Last active
December 15, 2015 16:19
-
-
Save dpo/5288202 to your computer and use it in GitHub Desktop.
Preliminary formula for gcc-4.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| checking build system type... i386-apple-darwin12.3.0 | |
| checking host system type... i386-apple-darwin12.3.0 | |
| checking target system type... i386-apple-darwin12.3.0 | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether ln works... yes | |
| checking whether ln -s works... yes | |
| checking for gcc... cc | |
| 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 cc accepts -g... yes | |
| checking for cc option to accept ANSI C... none needed | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether c++ accepts -g... yes | |
| checking for gnatbind... no | |
| checking for gnatmake... no | |
| checking whether compiler driver understands Ada... no | |
| checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
| checking for correct version of gmp.h... yes | |
| checking for correct version of mpfr.h... yes | |
| *** This configuration is not supported in the following subdirectories: | |
| target-libmudflap target-libada gnattools target-libstdc++-v3 target-libgfortran target-libffi target-zlib target-libjava zlib target-libobjc target-boehm-gc | |
| (Any other directories should still work fine.) | |
| rm: conftest.dSYM: is a directory | |
| 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... ar | |
| checking for as... as | |
| checking for dlltool... no | |
| checking for ld... (cached) /usr/bin/ld | |
| checking for lipo... lipo | |
| checking for nm... nm | |
| checking for ranlib... ranlib | |
| checking for strip... strip | |
| checking for windres... no | |
| checking for windmc... no | |
| checking for objcopy... no | |
| checking for objdump... no | |
| checking for cc... cc | |
| checking for c++... c++ | |
| checking for gcc... gcc | |
| checking for gcj... no | |
| checking for gfortran... gfortran | |
| checking for ar... no | |
| checking for ar... ar | |
| checking for as... no | |
| checking for as... as | |
| checking for dlltool... no | |
| checking for dlltool... no | |
| checking for ld... no | |
| checking for ld... ld | |
| checking for lipo... no | |
| checking for lipo... lipo | |
| checking for nm... no | |
| checking for nm... nm | |
| checking for objdump... no | |
| checking for objdump... no | |
| checking for ranlib... no | |
| checking for ranlib... ranlib | |
| checking for strip... no | |
| checking for strip... strip | |
| checking for windres... no | |
| checking for windres... no | |
| checking for windmc... no | |
| checking for windmc... no | |
| checking where to find the target ar... host tool | |
| checking where to find the target as... host tool | |
| checking where to find the target cc... just compiled | |
| checking where to find the target c++... host tool | |
| checking where to find the target c++ for libstdc++... host tool | |
| checking where to find the target dlltool... host tool | |
| checking where to find the target gcc... just compiled | |
| checking where to find the target gcj... host tool | |
| checking where to find the target gfortran... host tool | |
| checking where to find the target ld... host tool | |
| checking where to find the target lipo... host tool | |
| checking where to find the target nm... host tool | |
| checking where to find the target objdump... host tool | |
| checking where to find the target ranlib... host tool | |
| checking where to find the target strip... host tool | |
| checking where to find the target windres... host tool | |
| checking where to find the target windmc... host tool | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking whether -fkeep-inline-functions is supported... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo stage3 > stage_final | |
| mkdir build-i386-apple-darwin12.3.0 | |
| mkdir build-i386-apple-darwin12.3.0 | |
| mkdir build-i386-apple-darwin12.3.0/libiberty | |
| mkdir: build-i386-apple-darwin12.3.0: File exists | |
| mkdir build-i386-apple-darwin12.3.0/fixincludes | |
| Configuring in build-i386-apple-darwin12.3.0/libiberty | |
| Configuring in build-i386-apple-darwin12.3.0/fixincludes | |
| Configuring stage 1 in ./libiberty | |
| Configuring stage 1 in ./libdecnumber | |
| Configuring stage 1 in ./intl | |
| configure: creating cache ../config.cache | |
| configure: loading cache ../config.cache | |
| checking build system type... checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
| checking for perl... perl | |
| i386-apple-darwin12.3.0 | |
| checking host system type... checking build system type... i386-apple-darwin12.3.0 | |
| checking target system type... i386-apple-darwin12.3.0 | |
| configure: creating cache ./config.cache | |
| configure: creating cache ./config.cache | |
| configure: creating cache ./config.cache | |
| i386-apple-darwin12.3.0 | |
| checking for i386-apple-darwin12.3.0-gcc... cc | |
| checking host system type... checking whether /usr/bin/make sets $(MAKE)... checking whether /usr/bin/make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
| checking for perl... perl | |
| i386-apple-darwin12.3.0 | |
| yes | |
| yes | |
| checking for i386-apple-darwin12.3.0-gcc... cc | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether NLS is requested... no | |
| checking for msgfmt... no | |
| checking for gmsgfmt... : | |
| checking build system type... checking for i386-apple-darwin12.3.0-ar... ar | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for i386-apple-darwin12.3.0-gcc... cc | |
| checking for xgettext... no | |
| checking for msgmerge... no | |
| checking for i386-apple-darwin12.3.0-gcc... cc | |
| i386-apple-darwin12.3.0 | |
| checking for C compiler default output file name... checking host system type... checking for C compiler default output file name... i386-apple-darwin12.3.0 | |
| a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... checking for i386-apple-darwin12.3.0-ar... ar | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for i386-apple-darwin12.3.0-gcc... cc | |
| 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 C compiler default output file name... | |
| checking for suffix of object files... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... a.out | |
| checking whether the C compiler works... | |
| checking for suffix of object files... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... o | |
| checking whether we are using the GNU C compiler... | |
| checking for suffix of object files... | |
| checking for suffix of object files... checking for C compiler default output file name... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether cc accepts -g... o | |
| checking whether we are using the GNU C compiler... o | |
| checking whether we are using the GNU C compiler... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... yes | |
| checking whether cc accepts -g... yes | |
| checking whether cc accepts -g... | |
| yes | |
| checking whether cc accepts -g... checking for suffix of object files... no | |
| checking for cc option to accept ISO C89... yes | |
| checking for cc option to accept ANSI C... yes | |
| checking for cc option to accept ANSI C... yes | |
| checking for cc option to accept ANSI C... o | |
| checking whether we are using the GNU C compiler... none needed | |
| checking whether cc supports -W... none needed | |
| yes | |
| checking whether cc accepts -g... none needed | |
| none needed | |
| yes | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for aclocal... no | |
| checking for autoconf... no | |
| checking for autoheader... no | |
| checking whether cc supports -Wall... checking whether cc supports -W... checking how to run the C preprocessor... yes | |
| checking for cc option to accept ANSI C... yes | |
| checking build system type... checking whether cc supports -Wwrite-strings... yes | |
| checking whether cc supports -Wall... i386-apple-darwin12.3.0 | |
| none needed | |
| checking host system type... yes | |
| checking whether cc supports -Wstrict-prototypes... cc -E | |
| yes | |
| i386-apple-darwin12.3.0 | |
| checking whether cc supports -Wwrite-strings... checking how to run the C preprocessor... checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for library containing strerror... yes | |
| checking whether cc supports -Wmissing-prototypes... yes | |
| checking whether cc supports -Wstrict-prototypes... checking whether cc supports -W... yes | |
| none required | |
| checking how to run the C preprocessor... checking whether cc supports -Wold-style-definition... cc -E | |
| yes | |
| checking whether cc supports -Wmissing-prototypes... yes | |
| yes | |
| checking whether cc supports -Wmissing-format-attribute... checking whether cc supports -Wall... cc -E | |
| yes | |
| yes | |
| yes | |
| checking whether cc supports -Wold-style-definition... checking whether cc supports -Wno-overlength-strings... checking whether cc supports -Wwrite-strings... checking whether cc supports -W... yes | |
| checking whether cc supports -pedantic -Wno-long-long... yes | |
| yes | |
| checking whether cc supports -Wmissing-format-attribute... checking whether cc supports -Wc++-compat... yes | |
| checking for egrep... grep -E | |
| checking for ANSI C header files... checking whether cc supports -Wall... yes | |
| checking how to run the C preprocessor... yes | |
| yes | |
| checking whether cc supports -Wstrict-prototypes... checking whether cc supports -Wcast-qual... yes | |
| checking whether cc supports -Wwrite-strings... yes | |
| checking whether cc supports -pedantic ... yes | |
| checking whether cc supports -pedantic -Wno-long-long... cc -E | |
| yes | |
| checking whether cc supports -Wc++-compat... yes | |
| checking whether cc understands -c and -o together... yes | |
| checking how to run the C preprocessor... yes | |
| checking for grep that handles long lines and -e... checking whether cc supports -Wstrict-prototypes... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for an ANSI C-conforming const... cc -E | |
| yes | |
| checking whether cc supports -pedantic ... yes | |
| checking for inline... yes | |
| checking for inline... yes | |
| checking whether cc understands -c and -o together... inline | |
| checking whether byte ordering is bigendian... inline | |
| checking for sys/types.h... checking for egrep... grep -E | |
| checking for ANSI C header files... /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 sys/stat.h... yes | |
| checking for inline... no | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for sys/file.h... yes | |
| inline | |
| checking whether byte ordering is bigendian... yes | |
| checking for stdlib.h... checking for sys/param.h... yes | |
| yes | |
| checking for sys/types.h... checking for sys/types.h... yes | |
| yes | |
| checking for limits.h... checking for string.h... no | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| yes | |
| checking for sys/file.h... yes | |
| yes | |
| checking for sys/stat.h... checking for stdlib.h... checking for sys/stat.h... yes | |
| yes | |
| checking for memory.h... yes | |
| yes | |
| checking for sys/param.h... checking for malloc.h... checking for stdlib.h... yes | |
| checking for stdlib.h... yes | |
| yes | |
| no | |
| checking for string.h... checking for limits.h... checking for strings.h... yes | |
| checking for string.h... yes | |
| yes | |
| yes | |
| checking for string.h... checking for unistd.h... checking for stdlib.h... yes | |
| yes | |
| checking for inttypes.h... checking for memory.h... yes | |
| yes | |
| yes | |
| checking for strings.h... checking for malloc.h... checking for memory.h... yes | |
| yes | |
| checking for strings.h... yes | |
| checking for stdint.h... no | |
| checking for sys/time.h... checking for string.h... yes | |
| checking for strings.h... yes | |
| yes | |
| yes | |
| yes | |
| checking for inttypes.h... checking for time.h... checking for unistd.h... checking for unistd.h... yes | |
| yes | |
| yes | |
| yes | |
| checking for sys/resource.h... checking for inttypes.h... checking for stdint.h... checking for strings.h... yes | |
| checking for off_t... yes | |
| yes | |
| checking for sys/stat.h... yes | |
| yes | |
| checking for sys/time.h... checking for unistd.h... checking for stdint.h... yes | |
| checking for size_t... yes | |
| checking for sys/mman.h... yes | |
| yes | |
| checking for time.h... yes | |
| checking stddef.h usability... yes | |
| checking for unistd.h... yes | |
| checking for working alloca.h... checking for fcntl.h... yes | |
| checking for sys/resource.h... yes | |
| checking stddef.h presence... yes | |
| checking for alloca.h... yes | |
| yes | |
| checking for alloca... checking ctype.h usability... yes | |
| checking for stddef.h... yes | |
| yes | |
| checking for stdlib.h... (cached) yes | |
| checking for sys/stat.h... yes | |
| checking for strings.h... (cached) yes | |
| checking for sys/pstat.h... checking for unistd.h... (cached) yes | |
| yes | |
| checking for stdlib.h... (cached) yes | |
| checking fcntl.h usability... yes | |
| yes | |
| checking ctype.h presence... checking for unistd.h... (cached) yes | |
| checking for sys/mman.h... no | |
| checking for sys/sysmp.h... checking for getpagesize... yes | |
| checking for ctype.h... yes | |
| yes | |
| checking fcntl.h presence... yes | |
| checking stddef.h usability... checking for fcntl.h... no | |
| checking for sys/sysinfo.h... yes | |
| yes | |
| checking for fcntl.h... yes | |
| checking for working mmap... checking sys/file.h usability... yes | |
| yes | |
| checking stddef.h presence... no | |
| checking for machine/hal_sysinfo.h... checking for alloca.h... yes | |
| checking sys/file.h presence... yes | |
| checking for stddef.h... yes | |
| yes | |
| no | |
| yes | |
| checking for sys/table.h... checking for string.h... (cached) yes | |
| checking whether we are using the GNU C Library 2.1 or newer... checking for sys/pstat.h... checking stdio.h usability... yes | |
| checking for sys/file.h... yes | |
| no | |
| checking whether integer division by zero raises SIGFPE... checking for sys/stat.h... (cached) yes | |
| no | |
| checking for sys/sysctl.h... no | |
| checking for clearerr_unlocked... checking for sys/sysmp.h... yes | |
| checking stdio.h presence... yes | |
| checking for inttypes.h... yes | |
| no | |
| yes | |
| checking for sys/sysinfo.h... checking for sys/systemcfg.h... checking for feof_unlocked... yes | |
| checking for stdio.h... yes | |
| looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes | |
| checking for stdint.h... no | |
| no | |
| checking for stdint.h... checking for machine/hal_sysinfo.h... yes | |
| checking for ferror_unlocked... yes | |
| checking for uintptr_t... yes | |
| yes | |
| no | |
| checking for unsigned long long... checking for stdio_ext.h... checking for sys/table.h... yes | |
| yes | |
| checking for int_least32_t... checking for fflush_unlocked... no | |
| checking for sys/wait.h that is POSIX.1 compatible... no | |
| checking for sys/sysctl.h... yes | |
| checking for inttypes.h... yes | |
| checking for int_fast32_t... yes | |
| no | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking for fgetc_unlocked... yes | |
| checking for sys/systemcfg.h... checking whether the inttypes.h PRIxNN macros are broken... yes | |
| checking for uint64_t... yes | |
| checking whether errno must be declared... no | |
| no | |
| checking for fgets_unlocked... checking for stdint.h... no | |
| checking for ld used by GCC... yes | |
| checking what to include in gstdint.h... no | |
| checking for egrep... stdint.h (already complete) | |
| /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... grep -E | |
| checking for ANSI C header files... no | |
| checking for shared library run path origin... checking for an ANSI C-conforming const... yes | |
| no | |
| checking for stdio_ext.h... checking for fileno_unlocked... yes | |
| checking for off_t... done | |
| no | |
| checking for sys/wait.h that is POSIX.1 compatible... checking argz.h usability... yes | |
| checking for fprintf_unlocked... yes | |
| checking for int... yes | |
| checking whether time.h and sys/time.h may both be included... no | |
| checking argz.h presence... no | |
| checking for fputc_unlocked... yes | |
| yes | |
| checking size of int... no | |
| checking for argz.h... no | |
| yes | |
| checking for sys/types.h... checking whether errno must be declared... checking limits.h usability... no | |
| checking for fputs_unlocked... yes | |
| no | |
| checking for egrep... checking for sys/stat.h... (cached) grep -E | |
| checking for ANSI C header files... yes | |
| yes | |
| checking limits.h presence... 4 | |
| checking for stdlib.h... (cached) checking for long... yes | |
| checking for string.h... (cached) yes | |
| no | |
| checking for fread_unlocked... checking for memory.h... yes | |
| checking for limits.h... yes | |
| checking locale.h usability... yes | |
| checking size of long... yes | |
| no | |
| checking for strings.h... (cached) yes | |
| checking for fwrite_unlocked... checking for inttypes.h... yes | |
| checking locale.h presence... 8 | |
| checking for ANSI C header files... (cached) yes | |
| yes | |
| no | |
| yes | |
| checking for locale.h... yes | |
| checking for getchar_unlocked... checking for stdint.h... (cached) yes | |
| checking build system type... checking nl_types.h usability... yes | |
| checking for unistd.h... (cached) yes | |
| checking for sys/types.h... checking for int... i386-apple-darwin12.3.0 | |
| yes | |
| checking host system type... yes | |
| checking for getc_unlocked... yes | |
| checking nl_types.h presence... i386-apple-darwin12.3.0 | |
| checking for sys/stat.h... (cached) yes | |
| checking size of int... yes | |
| checking target system type... checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for nl_types.h... yes | |
| yes | |
| yes | |
| i386-apple-darwin12.3.0 | |
| checking for memory.h... checking malloc.h usability... checking for putchar_unlocked... checking for decimal floating point... dpd | |
| checking whether byte ordering is bigendian... 4 | |
| checking for uintptr_t... yes | |
| yes | |
| no | |
| checking malloc.h presence... checking for strings.h... (cached) yes | |
| checking for putc_unlocked... checking for inttypes.h... yes | |
| checking for a 64-bit type... no | |
| checking for malloc.h... no | |
| checking stddef.h usability... yes | |
| no | |
| yes | |
| uint64_t | |
| checking whether abort is declared... checking for stdint.h... (cached) checking for pid_t... yes | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| checking for unistd.h... (cached) yes | |
| checking for int... yes | |
| checking stddef.h presence... yes | |
| checking whether asprintf is declared... yes | |
| checking for library containing strerror... yes | |
| checking for stddef.h... yes | |
| yes | |
| checking size of int... checking for stdlib.h... (cached) yes | |
| yes | |
| checking for string.h... (cached) checking whether basename is declared... yes | |
| none required | |
| checking for asprintf... checking for unistd.h... (cached) yes | |
| checking sys/param.h usability... 4 | |
| checking for uintptr_t... no | |
| checking whether errno is declared... yes | |
| checking for atexit... yes | |
| checking sys/param.h presence... yes | |
| checking for a 64-bit type... no | |
| checking whether vasprintf is declared... config.status: creating Makefile | |
| yes | |
| checking for sys/param.h... yes | |
| yes | |
| checking for feof_unlocked... config.status: creating config.h | |
| uint64_t | |
| checking for basename... checking for pid_t... yes | |
| checking whether clearerr_unlocked is declared... config.status: executing gstdint.h commands | |
| yes | |
| yes | |
| yes | |
| checking whether feof_unlocked is declared... yes | |
| checking for fgets_unlocked... checking for bcmp... checking for library containing strerror... yes | |
| checking whether ferror_unlocked is declared... no | |
| yes | |
| none required | |
| checking for getc_unlocked... checking for asprintf... checking for bcopy... yes | |
| checking whether fflush_unlocked is declared... yes | |
| yes | |
| yes | |
| checking for getcwd... checking for atexit... checking for bsearch... source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no cc -I../../libdecnumber -I. -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c | |
| source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no cc -I../../libdecnumber -I. -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c | |
| source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no cc -I../../libdecnumber -I. -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal32.c | |
| source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no cc -I../../libdecnumber -I. -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal64.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long | |
| no | |
| checking whether fgetc_unlocked is declared... yes | |
| yes | |
| yes | |
| source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no cc -I../../libdecnumber -I. -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal128.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long | |
| checking for getegid... checking for bzero... no | |
| checking for basename... checking whether fgets_unlocked is declared... yes | |
| yes | |
| no | |
| checking whether fileno_unlocked is declared... yes | |
| checking for calloc... checking for geteuid... checking for bcmp... yes | |
| checking whether fprintf_unlocked is declared... yes | |
| yes | |
| yes | |
| checking for clock... checking for getgid... checking for bcopy... no | |
| checking whether fputc_unlocked is declared... yes | |
| yes | |
| checking for ffs... yes | |
| checking for getuid... no | |
| checking whether fputs_unlocked is declared... checking for bsearch... yes | |
| yes | |
| checking for getcwd... no | |
| checking whether fread_unlocked is declared... yes | |
| checking for mempcpy... checking for bzero... no | |
| yes | |
| checking whether fwrite_unlocked is declared... checking for getpagesize... no | |
| checking for munmap... yes | |
| checking for calloc... no | |
| checking whether getchar_unlocked is declared... yes | |
| yes | |
| checking for gettimeofday... checking for putenv... yes | |
| yes | |
| checking whether getc_unlocked is declared... rm -f libdecnumber.a | |
| ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o | |
| checking for clock... ranlib libdecnumber.a | |
| yes | |
| yes | |
| checking for index... yes | |
| checking whether putchar_unlocked is declared... checking for setenv... yes | |
| checking for ffs... yes | |
| yes | |
| checking whether putc_unlocked is declared... checking for insque... yes | |
| checking for setlocale... yes | |
| checking for getcwd... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for memchr... yes | |
| yes | |
| checking sys/mman.h usability... checking for stpcpy... yes | |
| checking for getpagesize... yes | |
| yes | |
| checking sys/mman.h presence... checking for memcmp... yes | |
| checking for strcasecmp... yes | |
| checking for sys/mman.h... yes | |
| checking for mmap... yes | |
| checking for gettimeofday... yes | |
| checking for memcpy... yes | |
| checking whether read-only mmap of a plain file works... yes | |
| checking whether mmap from /dev/zero works... no | |
| checking for MAP_ANON(YMOUS)... yes | |
| checking for strdup... yes | |
| yes | |
| checking whether mmap with MAP_ANON(YMOUS) works... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for index... yes | |
| checking for memmove... yes | |
| configure: updating cache ../config.cache | |
| configure: creating ./config.status | |
| checking for strtoul... yes | |
| yes | |
| checking for insque... checking for mempcpy... yes | |
| checking for tsearch... yes | |
| no | |
| checking for memset... checking for memchr... yes | |
| checking for __argz_count... yes | |
| yes | |
| checking for mkstemps... config.status: creating Makefile | |
| checking for memcmp... config.status: creating mkheaders.almost | |
| no | |
| checking for __argz_stringify... config.status: creating config.h | |
| yes | |
| yes | |
| checking for putenv... checking for memcpy... no | |
| checking for __argz_next... yes | |
| checking for random... yes | |
| checking for memmove... no | |
| checking for __fsetlocking... yes | |
| checking for rename... yes | |
| checking for mempcpy... no | |
| checking for iconv... yes | |
| checking for rindex... no | |
| checking for memset... yes | |
| checking for setenv... yes | |
| yes | |
| checking how to link with libiconv... -liconv | |
| checking for iconv declaration... checking for mkstemps... yes | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| checking for nl_langinfo and CODESET... checking for snprintf... yes | |
| checking for putenv... yes | |
| yes | |
| checking for LC_MESSAGES... checking for sigsetmask... yes | |
| checking for random... yes | |
| checking for bison... bison | |
| checking version of bison... yes | |
| 2.3, ok | |
| checking whether NLS is requested... no | |
| checking whether to use NLS... no | |
| checking for stpcpy... checking for aclocal... no | |
| checking for autoconf... no | |
| checking for autoheader... no | |
| yes | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| checking for rename... yes | |
| checking for stpncpy... yes | |
| checking for rindex... yes | |
| checking for strcasecmp... yes | |
| checking for setenv... yes | |
| checking for strchr... yes | |
| checking for snprintf... yes | |
| checking for strdup... config.status: creating Makefile | |
| config.status: creating config.intl | |
| yes | |
| config.status: creating config.h | |
| checking for sigsetmask... yes | |
| checking for strncasecmp... config.status: executing default-1 commands | |
| yes | |
| checking for stpcpy... yes | |
| checking for strndup... yes | |
| yes | |
| checking for stpncpy... checking for strrchr... Configuring stage 1 in ./gcc | |
| make[3]: Nothing to be done for `all'. | |
| yes | |
| yes | |
| checking for strstr... checking for strcasecmp... yes | |
| yes | |
| checking for strtod... checking for strchr... yes | |
| yes | |
| checking for strtol... checking for strdup... yes | |
| yes | |
| checking for strtoul... checking for strncasecmp... yes | |
| checking for strverscmp... yes | |
| checking for strndup... configure: creating cache ./config.cache | |
| no | |
| checking for tmpnam... yes | |
| checking for strrchr... checking build system type... yes | |
| i386-apple-darwin12.3.0 | |
| checking for vasprintf... checking host system type... yes | |
| i386-apple-darwin12.3.0 | |
| checking for strstr... checking target system type... yes | |
| i386-apple-darwin12.3.0 | |
| checking for vfprintf... checking LIBRARY_PATH variable... ok | |
| checking GCC_EXEC_PREFIX variable... ok | |
| checking whether to place generated files in the source directory... no | |
| yes | |
| checking whether a default linker was specified... no | |
| checking whether a default assembler was specified... no | |
| checking for i386-apple-darwin12.3.0-gcc... cc | |
| checking for strtod... yes | |
| checking for vprintf... checking for C compiler default output file name... yes | |
| checking for strtol... yes | |
| checking for vsnprintf... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... yes | |
| checking for suffix of object files... checking for strtoul... yes | |
| checking for vsprintf... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking for strverscmp... yes | |
| yes | |
| checking whether cc accepts -g... checking for waitpid... no | |
| yes | |
| checking for cc option to accept ANSI C... checking for tmpnam... yes | |
| checking whether alloca needs Cray hooks... no | |
| checking stack direction for C alloca... none needed | |
| yes | |
| checking for vasprintf... checking whether cc understands -c and -o together... -1 | |
| checking for unistd.h... (cached) yes | |
| checking for vfork.h... yes | |
| checking for vfprintf... yes | |
| no | |
| checking for fork... checking how to run the C preprocessor... yes | |
| yes | |
| checking for vprintf... checking for vfork... cc -E | |
| yes | |
| yes | |
| checking for working fork... checking for vsnprintf... checking for inline... yes | |
| checking for working vfork... (cached) yes | |
| checking for _doprnt... yes | |
| inline | |
| checking for egrep... grep -E | |
| checking for ANSI C header files... checking for vsprintf... no | |
| checking for sys_errlist... yes | |
| checking for waitpid... yes | |
| checking for sys_nerr... yes | |
| checking whether alloca needs Cray hooks... yes | |
| checking for sys_siglist... yes | |
| no | |
| checking stack direction for C alloca... checking for sys/types.h... yes | |
| checking for external symbol _system_configuration... yes | |
| -1 | |
| checking for unistd.h... (cached) yes | |
| checking for sys/stat.h... checking for vfork.h... no | |
| checking for getrusage... yes | |
| no | |
| checking for fork... checking for stdlib.h... yes | |
| checking for on_exit... yes | |
| yes | |
| checking for string.h... checking for vfork... no | |
| checking for psignal... yes | |
| yes | |
| checking for working fork... checking for memory.h... yes | |
| checking for strerror... yes | |
| checking for working vfork... (cached) yes | |
| yes | |
| checking for _doprnt... checking for strings.h... yes | |
| checking for strsignal... no | |
| yes | |
| checking for sys_errlist... checking for inttypes.h... yes | |
| checking for sysconf... yes | |
| checking for sys_nerr... yes | |
| checking for stdint.h... yes | |
| checking for times... yes | |
| checking for sys_siglist... yes | |
| checking for unistd.h... yes | |
| yes | |
| checking for sbrk... checking for external symbol _system_configuration... yes | |
| checking for void *... no | |
| checking for getrusage... yes | |
| checking for gettimeofday... (cached) yes | |
| yes | |
| checking size of void *... checking for realpath... yes | |
| checking for on_exit... yes | |
| 8 | |
| checking for short... checking for canonicalize_file_name... no | |
| checking for psignal... yes | |
| checking size of short... no | |
| checking for pstat_getstatic... yes | |
| no | |
| checking for strerror... 2 | |
| checking for pstat_getdynamic... checking for int... no | |
| yes | |
| checking size of int... yes | |
| checking for sysmp... checking for strsignal... no | |
| checking for getsysinfo... 4 | |
| checking for long... yes | |
| checking for sysconf... no | |
| checking for table... yes | |
| checking size of long... yes | |
| checking for times... no | |
| checking for sysctl... 8 | |
| checking for long long... yes | |
| checking for sbrk... yes | |
| checking for wait3... yes | |
| checking for long long... (cached) yes | |
| checking size of long long... yes | |
| checking for gettimeofday... (cached) yes | |
| yes | |
| checking for wait4... checking for realpath... 8 | |
| checking for __int64... yes | |
| yes | |
| no | |
| checking for __fsetlocking... checking whether cc supports -W... checking for canonicalize_file_name... yes | |
| checking whether cc supports -Wall... no | |
| checking whether basename is declared... no | |
| checking for pstat_getstatic... yes | |
| checking whether cc supports -Wwrite-strings... no | |
| checking whether ffs is declared... no | |
| checking for pstat_getdynamic... yes | |
| checking whether cc supports -Wstrict-prototypes... yes | |
| checking whether asprintf is declared... no | |
| checking for sysmp... yes | |
| checking whether cc supports -Wmissing-prototypes... yes | |
| checking whether vasprintf is declared... no | |
| checking for getsysinfo... yes | |
| checking whether cc supports -Wc++-compat... yes | |
| checking whether snprintf is declared... no | |
| yes | |
| checking for table... checking whether cc supports -Wold-style-definition... yes | |
| checking whether vsnprintf is declared... yes | |
| checking whether cc supports -Wmissing-format-attribute... no | |
| checking for sysctl... yes | |
| checking whether calloc is declared... yes | |
| checking whether cc supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... yes | |
| yes | |
| checking whether getenv is declared... checking for wait3... yes | |
| checking valgrind.h usability... yes | |
| checking whether getopt is declared... yes | |
| checking for wait4... no | |
| checking valgrind.h presence... yes | |
| checking whether malloc is declared... no | |
| checking for valgrind.h... no | |
| yes | |
| configure: WARNING: decimal float is not supported for this target | |
| configure: WARNING: fixed-point is not supported for this target | |
| checking whether /usr/bin/make sets $(MAKE)... checking for __fsetlocking... yes | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether ln -s works... yes | |
| checking whether realloc is declared... yes | |
| checking whether ln works... yes | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for a BSD compatible install... /usr/bin/install -c | |
| checking for cmp's capabilities... gnucompare | |
| checking for mktemp... yes | |
| checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
| checking for modern makeinfo... yes | |
| checking for recent Pod::Man... no | |
| checking whether basename is declared... yes | |
| checking whether sbrk is declared... yes | |
| checking for flex... flex | |
| checking for bison... bison | |
| checking for nm... nm | |
| checking for ar... ar | |
| checking for GNU C library... no | |
| checking whether ffs is declared... yes | |
| checking whether strverscmp is declared... no | |
| checking for ANSI C header files... (cached) yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking whether asprintf is declared... no | |
| yes | |
| checking whether canonicalize_file_name must be declared... checking whether string.h and strings.h may both be included... yes | |
| yes | |
| checking for sys/wait.h that is POSIX.1 compatible... checking whether vasprintf is declared... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking for getpagesize... (cached) yes | |
| checking for working mmap... yes | |
| yes | |
| checking for limits.h... checking whether snprintf is declared... yes | |
| checking for stddef.h... yes | |
| yes | |
| checking whether vsnprintf is declared... checking for working strncmp... yes | |
| checking for string.h... (cached) yes | |
| yes | |
| yes | |
| checking whether calloc is declared... checking for strings.h... (cached) yes | |
| updating cache ../config.cache | |
| checking for stdlib.h... (cached) yes | |
| configure: creating ./config.status | |
| checking for time.h... yes | |
| checking whether getenv is declared... yes | |
| checking for iconv.h... yes | |
| checking whether getopt is declared... yes | |
| checking for fcntl.h... yes | |
| yes | |
| checking whether malloc is declared... checking for unistd.h... (cached) yes | |
| checking for sys/file.h... yes | |
| checking whether realloc is declared... yes | |
| checking for sys/time.h... yes | |
| checking whether sbrk is declared... yes | |
| config.status: creating Makefile | |
| checking for sys/mman.h... config.status: creating testsuite/Makefile | |
| yes | |
| config.status: creating config.h | |
| yes | |
| checking whether strverscmp is declared... checking for sys/resource.h... yes | |
| checking for sys/param.h... no | |
| checking whether canonicalize_file_name must be declared... config.status: executing default commands | |
| yes | |
| checking for sys/times.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| yes | |
| checking for getpagesize... (cached) yes | |
| checking for working mmap... checking for sys/stat.h... (cached) yes | |
| if [ x"" != x ] && [ ! -d pic ]; then \ | |
| mkdir pic; \ | |
| else true; fi | |
| touch stamp-picdir | |
| checking for direct.h... rm -f needed-list; touch needed-list; \ | |
| for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ | |
| for g in ./mempcpy.o ./strverscmp.o ; do \ | |
| case "$g" in \ | |
| *$f*) echo $g >> needed-list ;; \ | |
| esac; \ | |
| done; \ | |
| done | |
| echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o pic/regex.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o pic/md5.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cplus-dem.c -o cplus-dem.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/regex.c -o regex.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demangle.c -o cp-demangle.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/md5.c -o md5.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o pic/alloca.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/alloca.c -o alloca.o | |
| make[4]: Nothing to be done for `all'. | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o pic/argv.o; \ | |
| else true; fi | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/argv.c -o argv.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
| else true; fi | |
| no | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/choose-temp.c -o choose-temp.o | |
| checking for malloc.h... yes | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for working strncmp... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o pic/concat.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/concat.c -o concat.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/cp-demint.c -o cp-demint.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| no | |
| checking for langinfo.h... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/dyn-string.c -o dyn-string.o | |
| yes | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fdmatch.c -o fdmatch.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fibheap.c -o fibheap.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| updating cache ./config.cache | |
| yes | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
| else true; fi | |
| configure: creating ./config.status | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/filename_cmp.c -o filename_cmp.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for ldfcn.h... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/floatformat.c -o floatformat.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fnmatch.c -o fnmatch.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o pic/getopt.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt.c -o getopt.o | |
| no | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getopt1.c -o getopt1.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
| else true; fi | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for locale.h... cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getpwd.c -o getpwd.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/getruntime.c -o getruntime.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
| else true; fi | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hashtab.c -o hashtab.o | |
| yes | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for wchar.h... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o pic/hex.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/hex.c -o hex.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lbasename.c -o lbasename.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/lrealpath.c -o lrealpath.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/make-temp-file.c -o make-temp-file.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| yes | |
| checking for thread.h... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/objalloc.c -o objalloc.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o pic/obstack.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/obstack.c -o obstack.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o pic/partition.o; \ | |
| else true; fi | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/partition.c -o partition.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
| else true; fi | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pexecute.c -o pexecute.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o pic/physmem.o; \ | |
| else true; fi | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/physmem.c -o physmem.o | |
| no | |
| checking for pthread.h... brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-common.c -o pex-common.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-one.c -o pex-one.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/pex-unix.c -o pex-unix.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/safe-ctype.c -o safe-ctype.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o pic/sort.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/sort.c -o sort.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| yes | |
| checking for CHAR_BIT... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o pic/spaces.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/splay-tree.c -o splay-tree.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/spaces.c -o spaces.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o pic/strerror.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strerror.c -o strerror.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strsignal.c -o strsignal.o | |
| yes | |
| checking whether byte ordering is bigendian... brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xatexit.c -o xatexit.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o pic/xexit.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xexit.c -o xexit.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmalloc.c -o xmalloc.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
| else true; fi | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xmemdup.c -o xmemdup.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrdup.c -o xstrdup.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrerror.c -o xstrerror.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/xstrndup.c -o xstrndup.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/mempcpy.c -o pic/mempcpy.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strverscmp.c -o pic/strverscmp.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/mempcpy.c -o mempcpy.o | |
| cc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../libiberty/strverscmp.c -o strverscmp.o | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| config.status: creating Makefile | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| no | |
| checking for collect2 libraries... config.status: creating testsuite/Makefile | |
| config.status: creating config.h | |
| rm -f ./libiberty.a pic/./libiberty.a | |
| ar rc ./libiberty.a \ | |
| ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o | |
| ranlib ./libiberty.a | |
| if [ x"" != x ]; then \ | |
| cd pic; \ | |
| ar rc ./libiberty.a \ | |
| ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o; \ | |
| ranlib ./libiberty.a; \ | |
| cd ..; \ | |
| else true; fi | |
| cc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c | |
| cc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c | |
| cc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c | |
| cc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c | |
| cc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c | |
| cc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long | |
| cc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c | |
| srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh i386-apple-darwin12.3.0 | |
| sed -e 's/@gcc_version@/4.3.6/' < mkheaders.almost > mkheadersT | |
| config.status: executing default commands | |
| mv -f mkheadersT mkheaders | |
| brew: superenv removed: -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long | |
| cc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a | |
| Configuring stage 1 in ./libcpp | |
| brew: superenv removed: -g -O2 | |
| none required | |
| checking for library containing exc_resume... if [ x"" != x ] && [ ! -d pic ]; then \ | |
| mkdir pic; \ | |
| else true; fi | |
| touch stamp-picdir | |
| rm -f needed-list; touch needed-list; \ | |
| for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ | |
| for g in ./mempcpy.o ./strverscmp.o ; do \ | |
| case "$g" in \ | |
| *$f*) echo $g >> needed-list ;; \ | |
| esac; \ | |
| done; \ | |
| done | |
| echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o pic/regex.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
| else true; fi | |
| echo timestamp > full-stamp | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o pic/md5.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o pic/alloca.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o | |
| make[4]: Nothing to be done for `all'. | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o pic/argv.o; \ | |
| else true; fi | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o pic/concat.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| no | |
| checking for library containing ldexp... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o filename_cmp.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| none required | |
| checking for inttypes.h... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o floatformat.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o fnmatch.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o pic/getopt.o; \ | |
| else true; fi | |
| yes | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o getopt.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o getopt1.o | |
| checking for times... cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o getpwd.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o getruntime.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o hashtab.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o pic/hex.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
| else true; fi | |
| yes | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o hex.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o lbasename.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for clock... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o lrealpath.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o objalloc.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| configure: creating cache ./config.cache | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o pic/obstack.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o obstack.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o pic/partition.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o partition.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
| else true; fi | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pexecute.o | |
| yes | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o pic/physmem.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o physmem.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pex-common.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for kill... checking build system type... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pex-one.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pex-unix.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o safe-ctype.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o pic/sort.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o sort.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| i386-apple-darwin12.3.0 | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking host system type... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o pic/spaces.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o spaces.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o splay-tree.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o pic/strerror.o; \ | |
| else true; fi | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o strerror.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| yes | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
| else true; fi | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o strsignal.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
| else true; fi | |
| i386-apple-darwin12.3.0 | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for getrlimit... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o xatexit.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking target system type... brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o pic/xexit.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o xexit.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o xmalloc.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o xmemdup.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o xstrdup.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
| else true; fi | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| i386-apple-darwin12.3.0 | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o xstrerror.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking whether /usr/bin/make sets $(MAKE)... if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
| else true; fi | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o xstrndup.o | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/mempcpy.c -o pic/mempcpy.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strverscmp.c -o pic/strverscmp.o; \ | |
| else true; fi | |
| yes | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/mempcpy.c -o mempcpy.o | |
| cc -c -DHAVE_CONFIG_H -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strverscmp.c -o strverscmp.o | |
| yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for i386-apple-darwin12.3.0-gcc... cc | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic | |
| checking for setrlimit... checking for C compiler default output file name... yes | |
| rm -f ./libiberty.a pic/./libiberty.a | |
| ar rc ./libiberty.a \ | |
| ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o | |
| checking for atoll... ranlib ./libiberty.a | |
| if [ x"" != x ]; then \ | |
| cd pic; \ | |
| ar rc ./libiberty.a \ | |
| ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o; \ | |
| ranlib ./libiberty.a; \ | |
| cd ..; \ | |
| else true; fi | |
| a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... yes | |
| checking for suffix of object files... checking for atoq... o | |
| checking whether we are using the GNU C compiler... no | |
| checking for sysconf... yes | |
| checking whether cc accepts -g... yes | |
| yes | |
| checking for cc option to accept ANSI C... checking for strsignal... none needed | |
| yes | |
| checking for getrusage... checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for aclocal... no | |
| checking for autoconf... no | |
| checking for autoheader... no | |
| checking whether cc supports -W... yes | |
| checking for nl_langinfo... yes | |
| checking whether cc supports -Wall... yes | |
| yes | |
| checking whether cc supports -Wwrite-strings... checking for scandir... yes | |
| checking whether cc supports -Wstrict-prototypes... yes | |
| checking for alphasort... yes | |
| checking whether cc supports -Wmissing-prototypes... yes | |
| yes | |
| checking for gettimeofday... checking whether cc supports -Wold-style-definition... yes | |
| checking whether cc supports -Wmissing-format-attribute... yes | |
| checking for mbstowcs... yes | |
| checking whether cc supports -pedantic -Wno-long-long... yes | |
| checking for wcswidth... yes | |
| checking dependency style of cc... yes | |
| checking for mmap... gcc3 | |
| checking whether time.h and sys/time.h may both be included... yes | |
| yes | |
| checking whether string.h and strings.h may both be included... checking for mincore... yes | |
| checking how to run the C preprocessor... yes | |
| checking for setlocale... cc -E | |
| yes | |
| checking for clearerr_unlocked... checking for egrep... grep -E | |
| checking for ANSI C header files... yes | |
| checking for feof_unlocked... yes | |
| checking for ferror_unlocked... yes | |
| checking for fflush_unlocked... yes | |
| checking for sys/types.h... no | |
| checking for fgetc_unlocked... yes | |
| checking for sys/stat.h... no | |
| checking for fgets_unlocked... yes | |
| checking for stdlib.h... no | |
| checking for fileno_unlocked... yes | |
| checking for string.h... yes | |
| yes | |
| checking for fprintf_unlocked... checking for memory.h... no | |
| yes | |
| checking for fputc_unlocked... checking for strings.h... no | |
| yes | |
| checking for fputs_unlocked... checking for inttypes.h... no | |
| checking for fread_unlocked... yes | |
| checking for stdint.h... no | |
| checking for fwrite_unlocked... yes | |
| checking for unistd.h... no | |
| checking for getchar_unlocked... yes | |
| checking iconv.h usability... yes | |
| checking for getc_unlocked... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| yes | |
| checking locale.h usability... checking for putchar_unlocked... yes | |
| checking locale.h presence... yes | |
| checking for putc_unlocked... yes | |
| checking for locale.h... yes | |
| checking fcntl.h usability... yes | |
| checking whether mbstowcs works... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| yes | |
| checking for ssize_t... checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for uid_t in sys/types.h... yes | |
| checking type of array argument to getgroups... yes | |
| checking for limits.h... yes | |
| checking stddef.h usability... gid_t | |
| checking for sys/mman.h... (cached) yes | |
| checking for mmap... (cached) yes | |
| checking whether read-only mmap of a plain file works... yes | |
| checking whether mmap from /dev/zero works... no | |
| checking for MAP_ANON(YMOUS)... yes | |
| checking stddef.h presence... yes | |
| checking whether mmap with MAP_ANON(YMOUS) works... yes | |
| yes | |
| checking for stddef.h... yes | |
| checking for pid_t... checking for stdlib.h... (cached) yes | |
| checking for strings.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| yes | |
| checking sys/file.h usability... checking for unistd.h... (cached) yes | |
| checking for vfork.h... yes | |
| checking sys/file.h presence... no | |
| checking for fork... yes | |
| checking for sys/file.h... yes | |
| checking for unistd.h... (cached) yes | |
| yes | |
| checking for an ANSI C-conforming const... checking for vfork... yes | |
| checking for inline... yes | |
| checking for working fork... inline | |
| checking for obstacks... yes | |
| checking for working vfork... (cached) yes | |
| checking for ld used by GCC... no | |
| checking for off_t... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for shared library run path origin... yes | |
| checking for size_t... done | |
| checking for iconv... yes | |
| checking for ssize_t... yes | |
| checking whether struct tm is in sys/time.h or time.h... yes | |
| checking how to link with libiconv... -liconv | |
| checking for iconv declaration... time.h | |
| checking for int... yes | |
| checking size of int... | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| checking for LC_MESSAGES... yes | |
| checking for nl_langinfo and CODESET... 4 | |
| checking for long... yes | |
| yes | |
| checking size of long... checking whether getenv is declared... yes | |
| 8 | |
| checking whether atol is declared... checking for clearerr_unlocked... yes | |
| yes | |
| checking whether asprintf is declared... checking for feof_unlocked... yes | |
| yes | |
| checking whether sbrk is declared... checking for ferror_unlocked... yes | |
| yes | |
| checking whether abort is declared... checking for fflush_unlocked... yes | |
| no | |
| checking whether atof is declared... checking for fgetc_unlocked... no | |
| yes | |
| checking for fgets_unlocked... checking whether getcwd is declared... no | |
| yes | |
| checking for fileno_unlocked... checking whether getwd is declared... yes | |
| yes | |
| checking for fprintf_unlocked... checking whether strsignal is declared... no | |
| yes | |
| checking for fputc_unlocked... checking whether strstr is declared... no | |
| yes | |
| checking for fputs_unlocked... checking whether strverscmp is declared... no | |
| no | |
| checking for fread_unlocked... checking whether errno is declared... no | |
| checking for fwrite_unlocked... yes | |
| checking whether snprintf is declared... no | |
| checking for getchar_unlocked... yes | |
| checking whether vsnprintf is declared... yes | |
| checking for getc_unlocked... yes | |
| checking whether vasprintf is declared... yes | |
| yes | |
| checking for putchar_unlocked... checking whether malloc is declared... yes | |
| yes | |
| checking for putc_unlocked... checking whether realloc is declared... yes | |
| yes | |
| checking whether abort is declared... checking whether calloc is declared... yes | |
| checking whether asprintf is declared... yes | |
| checking whether free is declared... yes | |
| checking whether basename is declared... yes | |
| checking whether basename is declared... no | |
| checking whether errno is declared... no | |
| checking whether getopt is declared... no | |
| checking whether getopt is declared... yes | |
| checking whether clock is declared... yes | |
| checking whether clearerr_unlocked is declared... yes | |
| checking whether getpagesize is declared... yes | |
| checking whether feof_unlocked is declared... yes | |
| checking whether clearerr_unlocked is declared... yes | |
| checking whether ferror_unlocked is declared... yes | |
| yes | |
| checking whether fflush_unlocked is declared... checking whether feof_unlocked is declared... no | |
| checking whether fgetc_unlocked is declared... yes | |
| checking whether ferror_unlocked is declared... no | |
| checking whether fgets_unlocked is declared... yes | |
| checking whether fflush_unlocked is declared... no | |
| checking whether fileno_unlocked is declared... no | |
| checking whether fgetc_unlocked is declared... yes | |
| checking whether fprintf_unlocked is declared... no | |
| checking whether fgets_unlocked is declared... no | |
| checking whether fputc_unlocked is declared... no | |
| no | |
| checking whether fputs_unlocked is declared... checking whether fileno_unlocked is declared... no | |
| yes | |
| checking whether fread_unlocked is declared... checking whether fprintf_unlocked is declared... no | |
| checking whether fwrite_unlocked is declared... no | |
| checking whether fputc_unlocked is declared... no | |
| checking whether getchar_unlocked is declared... no | |
| checking whether fputs_unlocked is declared... yes | |
| checking whether getc_unlocked is declared... no | |
| checking whether fread_unlocked is declared... yes | |
| checking whether putchar_unlocked is declared... no | |
| checking whether fwrite_unlocked is declared... yes | |
| checking whether putc_unlocked is declared... no | |
| yes | |
| checking whether vasprintf is declared... checking whether getchar_unlocked is declared... yes | |
| checking for working alloca.h... yes | |
| checking whether getc_unlocked is declared... yes | |
| checking for alloca... yes | |
| checking whether putchar_unlocked is declared... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking for nl_langinfo and CODESET... yes | |
| checking whether putc_unlocked is declared... yes | |
| checking whether NLS is requested... no | |
| checking for uchar... yes | |
| checking whether getrlimit is declared... | |
| checking for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for shared library run path origin... yes | |
| checking whether setrlimit is declared... done | |
| checking for iconv... yes | |
| checking whether getrusage is declared... yes | |
| yes | |
| checking how to link with libiconv... -liconv | |
| checking for iconv declaration... checking whether ldgetname is declared... | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| no | |
| checking whether times is declared... yes | |
| checking whether sigaltstack is declared... yes | |
| checking for struct tms... yes | |
| checking for clock_t... config.status: creating Makefile | |
| config.status: creating config.h | |
| yes | |
| checking for .preinit_array/.init_array/.fini_array support... no | |
| checking if mkdir takes one argument... config.status: executing depdir commands | |
| mkdir .deps | |
| no | |
| Using `../../gcc/config/i386/i386.c' for machine-specific logic. | |
| Using `../../gcc/config/i386/i386.md' as machine description file. | |
| Using the following target machine macro files: | |
| ../../gcc/config/i386/i386.h | |
| ../../gcc/config/darwin.h | |
| ../../gcc/config/i386/darwin.h | |
| Using host-darwin.o host-i386-darwin.o for host machine hooks. | |
| checking for __cxa_atexit... yes | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po ../../libcpp/charset.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po ../../libcpp/directives.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Po ../../libcpp/directives-only.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po ../../libcpp/errors.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po ../../libcpp/expr.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Po ../../libcpp/files.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po ../../libcpp/identifiers.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| checking whether NLS is requested... no | |
| checking for a sed that does not truncate output... echo "#define LOCALEDIR \"/usr/local/Cellar/gcc4.3/4.3.6/share/locale\"" > localedir.new | |
| ../../libcpp/../move-if-change localedir.new localedir.h | |
| echo timestamp > localedir.hs | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po ../../libcpp/lex.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po ../../libcpp/line-map.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po ../../libcpp/macro.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po ../../libcpp/mkdeps.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po ../../libcpp/pch.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po ../../libcpp/symtab.c | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po ../../libcpp/traditional.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Po ../../libcpp/makedepend.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| cc -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Po ../../libcpp/init.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long | |
| rm -f libcpp.a | |
| ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o | |
| ranlib libcpp.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -o makedepend \ | |
| makedepend.o libcpp.a ../libiberty/libiberty.a \ | |
| -liconv | |
| brew: superenv removed: -O2 | |
| /usr/local/Library/ENV/4.3/sed | |
| checking for fgrep... grep -F | |
| checking for ld used by cc... /usr/bin/ld | |
| checking if the linker (/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 /usr/bin/ld option to reload object files... -r | |
| checking how to recognize dependent libraries... pass_all | |
| checking for i386-apple-darwin12.3.0-ar... (cached) ar | |
| checking for i386-apple-darwin12.3.0-strip... no | |
| checking for strip... strip | |
| checking for i386-apple-darwin12.3.0-ranlib... (cached) ranlib | |
| checking command to parse nm output from cc object... ok | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if cc supports -fno-rtti -fno-exceptions... yes | |
| checking for cc option to produce PIC... -fno-common -DPIC | |
| checking if cc PIC flag -fno-common -DPIC works... yes | |
| checking if cc static flag -static works... no | |
| checking if cc supports -c -o file.o... yes | |
| checking if cc supports -c -o file.o... (cached) yes | |
| checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.3.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 | |
| checking for as... /usr/bin/as | |
| checking what assembler to use... /usr/bin/as | |
| checking what linker to use... /usr/bin/ld | |
| checking for nm... /usr/bin/nm | |
| checking what nm to use... /usr/bin/nm | |
| checking for objdump... no | |
| checking what objdump to use... not found | |
| checking assembler for .balign and .p2align... yes | |
| checking assembler for .p2align with maximum skip... yes | |
| checking assembler for .literal16... yes | |
| checking assembler for working .subsection -1... no | |
| checking assembler for .weak... no | |
| checking assembler for .weakref... no | |
| checking assembler for .nsubspa comdat... no | |
| checking assembler for .hidden... no | |
| checking linker for .hidden support... no | |
| checking assembler for .sleb128 and .uleb128... no | |
| checking assembler for eh_frame optimization... no | |
| checking assembler for section merging support... no | |
| checking assembler for section merging support... (cached) no | |
| checking assembler for COMDAT group support... no | |
| checking assembler for COMDAT group support... no | |
| checking assembler for thread-local storage support... no | |
| checking linker -Bstatic/-Bdynamic option... no | |
| checking assembler for filds and fists mnemonics... no | |
| checking assembler for cmov syntax... no | |
| checking assembler for ffreep mnemonic... yes | |
| checking assembler for sahf mnemonic... yes | |
| checking assembler for different section symbol subtraction... no | |
| checking assembler for GOTOFF in data... no | |
| checking assembler for dwarf2 debug_line support... no | |
| checking assembler for buggy dwarf2 .file directive... no | |
| checking assembler for --gdwarf2 option... yes | |
| checking assembler for --gstabs option... yes | |
| checking assembler for --debug-prefix-map option... no | |
| checking assembler for tolerance to line number 0... yes | |
| checking linker read-only and read-write section mixing... unknown | |
| checking linker PT_GNU_EH_FRAME support... no | |
| checking linker position independent executable support... no | |
| checking linker EH-compatible garbage collection of sections... no | |
| checking linker --as-needed support... no | |
| checking linker --sysroot support... no | |
| checking __stack_chk_fail in target C library... checking for __stack_chk_fail... yes | |
| yes | |
| Using ggc-page for garbage collection. | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| Links are now set up to build a native compiler for i386-apple-darwin12.3.0. | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| config.status: creating as | |
| config.status: creating collect-ld | |
| config.status: creating nm | |
| config.status: creating Makefile | |
| config.status: creating gccbug | |
| config.status: creating libada-mk | |
| config.status: creating ada/Makefile | |
| config.status: creating auto-host.h | |
| config.status: executing default commands | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="auto-host.h ansidecl.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh config.h | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="options.h config/i386/i386.h config/darwin.h config/i386/darwin.h defaults.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh tm.h | |
| awk -f ../../gcc/opt-gather.awk ../../gcc/ada/lang.opt ../../gcc/fortran/lang.opt ../../gcc/java/lang.opt ../../gcc/treelang/lang.opt ../../gcc/c.opt ../../gcc/common.opt ../../gcc/config/i386/i386.opt ../../gcc/config/darwin.opt > tmp-optionlist | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="auto-host.h ansidecl.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh bconfig.h | |
| echo '../../gcc/input.h' >> tmp-gi.list | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="config/i386/i386-protos.h config/darwin-protos.h tm-preds.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh tm_p.h | |
| ltf="../../gcc/ada/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \ | |
| echo "#include \"$f\""; \ | |
| done | sed 's|../../gcc/||' > tmp-gencheck.h | |
| /bin/sh ../../gcc/../move-if-change tmp-gencheck.h gencheck.h | |
| echo '../../gcc/coretypes.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dummy-checksum.c -o dummy-checksum.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo '../../gcc/../libcpp/include/line-map.h' >> tmp-gi.list | |
| echo timestamp > s-gencheck | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DBASEVER="\"4.3.6\"" -DDATESTAMP="\"\"" \ | |
| -DREVISION= \ | |
| -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \ | |
| -DBUGURL="\"<http://gcc.gnu.org/bugs.html>\"" -c ../../gcc/version.c -o version.o | |
| echo '../../gcc/../libcpp/include/cpplib.h' >> tmp-gi.list | |
| if test no = yes \ | |
| || test -n ""; then \ | |
| /bin/sh ../../gcc/genmultilib \ | |
| "m64" \ | |
| "x86_64" \ | |
| "" \ | |
| "" \ | |
| "" \ | |
| "" \ | |
| "" \ | |
| "no" \ | |
| > tmp-mlib.h; \ | |
| else \ | |
| /bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' no \ | |
| > tmp-mlib.h; \ | |
| fi | |
| lsf=""; for f in $lsf; do \ | |
| echo "#include \"$f\""; \ | |
| done | sed 's|../../gcc/||' > tmp-specs.h | |
| echo '#ifdef __x86_64__' > addtf3.c | |
| echo '#ifdef __x86_64__' > divtf3.c | |
| echo '#ifdef __x86_64__' > eqtf2.c | |
| echo '../../gcc/../libcpp/include/cpp-id-data.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/eqtf2.c"' >> eqtf2.c | |
| echo '#include "config/soft-fp/divtf3.c"' >> divtf3.c | |
| echo '#include "config/soft-fp/addtf3.c"' >> addtf3.c | |
| echo 'auto-host.h' >> tmp-gi.list | |
| echo '#endif' >> addtf3.c | |
| echo '#endif' >> eqtf2.c | |
| echo '#endif' >> divtf3.c | |
| /bin/sh ../../gcc/../move-if-change tmp-specs.h specs.h | |
| echo '../../gcc/../include/ansidecl.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > getf2.c | |
| echo '#ifdef __x86_64__' > letf2.c | |
| echo '#ifdef __x86_64__' > multf3.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo 'options.h' >> tmp-gi.list | |
| echo timestamp > s-specs | |
| echo '#include "config/soft-fp/getf2.c"' >> getf2.c | |
| echo '#include "config/soft-fp/letf2.c"' >> letf2.c | |
| echo '#include "config/soft-fp/multf3.c"' >> multf3.c | |
| echo '../../gcc/config/i386/i386.h' >> tmp-gi.list | |
| echo '#endif' >> getf2.c | |
| echo '#endif' >> letf2.c | |
| echo '#ifdef __x86_64__' > negtf2.c | |
| echo '#ifdef __x86_64__' > subtf3.c | |
| echo '../../gcc/config/darwin.h' >> tmp-gi.list | |
| echo '#endif' >> multf3.c | |
| echo '#ifdef __x86_64__' > unordtf2.c | |
| echo '#include "config/soft-fp/negtf2.c"' >> negtf2.c | |
| echo '../../gcc/config/i386/darwin.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/subtf3.c"' >> subtf3.c | |
| echo '#ifdef __x86_64__' > fixtfsi.c | |
| echo '#include "config/soft-fp/unordtf2.c"' >> unordtf2.c | |
| echo '#endif' >> negtf2.c | |
| echo '#endif' >> subtf3.c | |
| echo '../../gcc/defaults.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/fixtfsi.c"' >> fixtfsi.c | |
| echo '#endif' >> unordtf2.c | |
| echo '#ifdef __x86_64__' > fixunstfsi.c | |
| echo '#ifdef __x86_64__' > floatsitf.c | |
| echo '../../gcc/../include/hashtab.h' >> tmp-gi.list | |
| echo '#endif' >> fixtfsi.c | |
| echo '#ifdef __x86_64__' > floatunsitf.c | |
| echo '#include "config/soft-fp/fixunstfsi.c"' >> fixunstfsi.c | |
| echo '#include "config/soft-fp/floatsitf.c"' >> floatsitf.c | |
| echo '../../gcc/../include/splay-tree.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > fixtfdi.c | |
| echo '#ifdef __x86_64__' > fixunstfdi.c | |
| echo '#include "config/soft-fp/floatunsitf.c"' >> floatunsitf.c | |
| echo '#endif' >> floatsitf.c | |
| echo '#endif' >> fixunstfsi.c | |
| echo '../../gcc/bitmap.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/fixtfdi.c"' >> fixtfdi.c | |
| echo '#include "config/soft-fp/fixunstfdi.c"' >> fixunstfdi.c | |
| echo '#endif' >> floatunsitf.c | |
| echo '#ifdef __x86_64__' > floatditf.c | |
| echo '#endif' >> fixtfdi.c | |
| echo '../../gcc/alias.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > floatunditf.c | |
| echo '#endif' >> fixunstfdi.c | |
| echo '#ifdef __x86_64__' > fixtfti.c | |
| echo '#include "config/soft-fp/floatditf.c"' >> floatditf.c | |
| echo '../../gcc/coverage.c' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > fixunstfti.c | |
| echo '#ifdef __x86_64__' > floattitf.c | |
| echo '#include "config/soft-fp/floatunditf.c"' >> floatunditf.c | |
| echo '#include "config/soft-fp/fixtfti.c"' >> fixtfti.c | |
| echo '#endif' >> floatditf.c | |
| echo '../../gcc/rtl.h' >> tmp-gi.list | |
| echo '#endif' >> floatunditf.c | |
| echo '#include "config/soft-fp/fixunstfti.c"' >> fixunstfti.c | |
| echo '#endif' >> fixtfti.c | |
| echo '#include "config/soft-fp/floattitf.c"' >> floattitf.c | |
| echo '#ifdef __x86_64__' > floatuntitf.c | |
| echo '../../gcc/optabs.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > extendsftf2.c | |
| echo '#endif' >> fixunstfti.c | |
| echo '#ifdef __x86_64__' > extenddftf2.c | |
| /bin/sh ../../gcc/../move-if-change tmp-mlib.h multilib.h | |
| echo '#include "config/soft-fp/floatuntitf.c"' >> floatuntitf.c | |
| echo '#endif' >> floattitf.c | |
| echo '../../gcc/tree.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/extendsftf2.c"' >> extendsftf2.c | |
| echo '#include "config/soft-fp/extenddftf2.c"' >> extenddftf2.c | |
| echo '#endif' >> floatuntitf.c | |
| echo '#ifdef __x86_64__' > extendxftf2.c | |
| echo '../../gcc/function.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > trunctfsf2.c | |
| echo '#endif' >> extendsftf2.c | |
| echo '#endif' >> extenddftf2.c | |
| echo timestamp > s-mlib | |
| echo '#include "config/soft-fp/extendxftf2.c"' >> extendxftf2.c | |
| echo '#ifdef __x86_64__' > trunctfdf2.c | |
| echo '../../gcc/libfuncs.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/trunctfsf2.c"' >> trunctfsf2.c | |
| echo '#ifdef __x86_64__' > trunctfxf2.c | |
| echo '#include "config/soft-fp/trunctfxf2.c"' >> trunctfxf2.c | |
| echo '#endif' >> trunctfsf2.c | |
| echo '../../gcc/../libcpp/include/symtab.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/trunctfdf2.c"' >> trunctfdf2.c | |
| echo '#endif' >> extendxftf2.c | |
| rm -f mm_malloc.h | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ | |
| /bin/sh ../../gcc/mkconfig.sh tconfig.h | |
| cat ../../gcc/config/i386/gmm_malloc.h > mm_malloc.h | |
| cp ../../gcc/config/i386/sfp-machine.h sfp-machine.h | |
| echo '#endif' >> trunctfdf2.c | |
| echo '../../gcc/real.h' >> tmp-gi.list | |
| echo '#endif' >> trunctfxf2.c | |
| (echo "@set version-GCC 4.3.6"; \ | |
| if [ "" = "experimental" ]; \ | |
| then echo "@set DEVELOPMENT"; \ | |
| else echo "@clear DEVELOPMENT"; \ | |
| fi) > gcc-vers.texiT | |
| echo @set srcdir /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/gcc/../../gcc >> gcc-vers.texiT | |
| echo '../../gcc/varray.h' >> tmp-gi.list | |
| echo timestamp > gpl.pod | |
| if [ -n "(GCC) " ]; then \ | |
| echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \ | |
| fi | |
| echo '../../gcc/insn-addr.h' >> tmp-gi.list | |
| perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/include/gpl_v3.texi > gpl.pod | |
| echo "@set BUGURL @uref{http://gcc.gnu.org/bugs.html}" >> gcc-vers.texiT; \ | |
| mv -f gcc-vers.texiT gcc-vers.texi | |
| echo '../../gcc/hwint.h' >> tmp-gi.list | |
| echo '../../gcc/fixed-value.h' >> tmp-gi.list | |
| echo '../../gcc/ipa-reference.h' >> tmp-gi.list | |
| echo '../../gcc/output.h' >> tmp-gi.list | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/cpp.info ../../gcc/doc/cpp.texi; \ | |
| fi | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/gcc.info ../../gcc/doc/gcc.texi; \ | |
| fi | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/gccint.info ../../gcc/doc/gccint.texi; \ | |
| fi | |
| echo '../../gcc/cfgloop.h' >> tmp-gi.list | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/gccinstall.info ../../gcc/doc/install.texi; \ | |
| fi | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/cppinternals.info ../../gcc/doc/cppinternals.texi; \ | |
| fi | |
| echo '../../gcc/cselib.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genmodes.o ../../gcc/genmodes.c | |
| echo '../../gcc/basic-block.h' >> tmp-gi.list | |
| echo '../../gcc/cgraph.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/errors.o ../../gcc/errors.c | |
| echo '../../gcc/reload.h' >> tmp-gi.list | |
| echo '../../gcc/caller-save.c' >> tmp-gi.list | |
| echo '../../gcc/alias.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengenrtl.o ../../gcc/gengenrtl.c | |
| echo '../../gcc/bitmap.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengtype.o ../../gcc/gengtype.c | |
| echo '../../gcc/cselib.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/cgraph.c' >> tmp-gi.list | |
| echo '../../gcc/ipa-prop.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/ipa-cp.c' >> tmp-gi.list | |
| echo '../../gcc/ipa-inline.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/matrix-reorg.c' >> tmp-gi.list | |
| echo '../../gcc/dbxout.c' >> tmp-gi.list | |
| echo '../../gcc/ipa-struct-reorg.c' >> tmp-gi.list | |
| echo '../../gcc/dwarf2out.c' >> tmp-gi.list | |
| echo '../../gcc/dwarf2asm.c' >> tmp-gi.list | |
| echo '../../gcc/dojump.c' >> tmp-gi.list | |
| echo '../../gcc/emit-rtl.c' >> tmp-gi.list | |
| echo '../../gcc/except.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengtype-lex.o ../../gcc/gengtype-lex.c | |
| echo '../../gcc/explow.c' >> tmp-gi.list | |
| echo '../../gcc/expr.c' >> tmp-gi.list | |
| echo '../../gcc/function.c' >> tmp-gi.list | |
| echo '../../gcc/except.h' >> tmp-gi.list | |
| echo '../../gcc/gcse.c' >> tmp-gi.list | |
| echo '../../gcc/integrate.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error | |
| echo '../../gcc/lists.c' >> tmp-gi.list | |
| echo '../../gcc/optabs.c' >> tmp-gi.list | |
| echo '../../gcc/profile.c' >> tmp-gi.list | |
| echo '../../gcc/regclass.c' >> tmp-gi.list | |
| echo '../../gcc/reg-stack.c' >> tmp-gi.list | |
| echo '../../gcc/cfglayout.c' >> tmp-gi.list | |
| echo '../../gcc/cfglayout.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengtype-parse.o ../../gcc/gengtype-parse.c | |
| echo '../../gcc/sdbout.c' >> tmp-gi.list | |
| echo '../../gcc/stor-layout.c' >> tmp-gi.list | |
| echo '../../gcc/stringpool.c' >> tmp-gi.list | |
| echo '../../gcc/tree.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/varasm.c' >> tmp-gi.list | |
| echo '../../gcc/tree-mudflap.c' >> tmp-gi.list | |
| echo '../../gcc/tree-flow.h' >> tmp-gi.list | |
| echo '../../gcc/tree-scalar-evolution.c' >> tmp-gi.list | |
| echo '../../gcc/tree-ssanames.c' >> tmp-gi.list | |
| echo '../../gcc/tree-eh.c' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-address.c' >> tmp-gi.list | |
| echo '../../gcc/tree-phinodes.c' >> tmp-gi.list | |
| echo '../../gcc/tree-cfg.c' >> tmp-gi.list | |
| echo '../../gcc/tree-dfa.c' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-propagate.c' >> tmp-gi.list | |
| echo '../../gcc/tree-iterator.c' >> tmp-gi.list | |
| echo '../../gcc/gimplify.c' >> tmp-gi.list | |
| echo '../../gcc/tree-chrec.h' >> tmp-gi.list | |
| echo '../../gcc/tree-vect-generic.c' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-operands.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/alloc-pool.c -o alloc-pool.o | |
| echo '../../gcc/tree-profile.c' >> tmp-gi.list | |
| echo '../../gcc/tree-nested.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dbgcnt.c -o dbgcnt.o | |
| echo '../../gcc/ipa-reference.c' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-structalias.h' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-structalias.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphds.c -o graphds.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo '../../gcc/tree-parloops.c' >> tmp-gi.list | |
| echo '../../gcc/omp-low.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo '../../gcc/varpool.c' >> tmp-gi.list | |
| echo '../../gcc/targhooks.c' >> tmp-gi.list | |
| echo '../../gcc/config/i386/i386.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo '../../gcc/passes.c' >> tmp-gi.list | |
| echo '../../gcc/cgraphunit.c' >> tmp-gi.list | |
| echo '../../gcc/config/darwin.c' >> tmp-gi.list | |
| echo '[ada]' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/opts-common.c -o opts-common.o | |
| echo '../../gcc/ada/ada-tree.h' >> tmp-gi.list | |
| echo '../../gcc/ada/gigi.h' >> tmp-gi.list | |
| echo '../../gcc/ada/decl.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/pointer-set.c -o pointer-set.o | |
| echo '../../gcc/ada/trans.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sparseset.c -o sparseset.o | |
| echo '../../gcc/ada/utils.c' >> tmp-gi.list | |
| echo timestamp > s-options | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo '[cp]' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/host-darwin.c | |
| echo '../../gcc/cp/rtti.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genchecksum.o ../../gcc/genchecksum.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo '../../gcc/cp/mangle.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo '../../gcc/cp/name-lookup.h' >> tmp-gi.list | |
| echo '../../gcc/cp/name-lookup.c' >> tmp-gi.list | |
| echo '../../gcc/cp/cp-tree.h' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. -I../../gcc/. | |
| echo '../../gcc/cp/decl.h' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/cp/call.c' >> tmp-gi.list | |
| echo '../../gcc/cp/decl.c' >> tmp-gi.list | |
| echo '../../gcc/cp/decl2.c' >> tmp-gi.list | |
| echo '../../gcc/cp/pt.c' >> tmp-gi.list | |
| echo '../../gcc/cp/repo.c' >> tmp-gi.list | |
| echo '../../gcc/cp/semantics.c' >> tmp-gi.list | |
| echo '../../gcc/cp/tree.c' >> tmp-gi.list | |
| echo '../../gcc/cp/parser.c' >> tmp-gi.list | |
| echo '../../gcc/cp/method.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/errors.c -o errors.o | |
| echo '../../gcc/cp/typeck2.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| echo timestamp > doc/gpl.7 | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \ | |
| build/genmodes.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| (pod2man --center="GNU" --release="gcc-4.3.6" --section=7 gpl.pod > doc/gpl.7.T$$ && \ | |
| mv -f doc/gpl.7.T$$ doc/gpl.7) || \ | |
| (rm -f doc/gpl.7.T$$ && exit 1) | |
| echo '../../gcc/c-lex.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \ | |
| build/gengenrtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| echo '../../gcc/cp/class.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/cp/cp-objcp-common.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| awk -f ../../gcc/opt-functions.awk -f ../../gcc/optc-gen.awk \ | |
| -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \ | |
| build/genchecksum.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| echo '[fortran]' >> tmp-gi.list | |
| echo '../../gcc/fortran/f95-lang.c' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-decl.c' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-intrinsic.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/fortran/trans-io.c' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-types.c' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-types.h' >> tmp-gi.list | |
| awk -f ../../gcc/opt-functions.awk -f ../../gcc/opth-gen.awk \ | |
| < optionlist > tmp-options.h | |
| build/genmodes -h > tmp-modes.h | |
| echo '../../gcc/fortran/trans.h' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-const.h' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-modes.h insn-modes.h | |
| echo '[java]' >> tmp-gi.list | |
| build/gengenrtl -h > tmp-genrtl.h | |
| echo '../../gcc/java/java-tree.h' >> tmp-gi.list | |
| echo timestamp > s-modes-h | |
| echo '../../gcc/java/jcf.h' >> tmp-gi.list | |
| build/genmodes -m > tmp-min-modes.c | |
| echo '../../gcc/java/parse.h' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-genrtl.h genrtl.h | |
| build/genmodes > tmp-modes.c | |
| echo '../../gcc/java/builtins.c' >> tmp-gi.list | |
| echo '../../gcc/java/class.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c | |
| /bin/sh ../../gcc/../move-if-change tmp-modes.c insn-modes.c | |
| echo timestamp > s-genrtl-h | |
| echo '../../gcc/java/constants.c' >> tmp-gi.list | |
| build/gengenrtl > tmp-genrtl.c | |
| echo timestamp > s-modes | |
| echo timestamp > s-modes-m | |
| echo '../../gcc/java/decl.c' >> tmp-gi.list | |
| echo '../../gcc/java/expr.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-genrtl.c genrtl.c | |
| echo '../../gcc/java/jcf-parse.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/i386/host-i386-darwin.c | |
| echo timestamp > s-genrtl | |
| /bin/sh ../../gcc/../move-if-change tmp-options.h options.h | |
| echo '../../gcc/java/lang.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/min-insn-modes.o min-insn-modes.c | |
| echo timestamp > s-options-h | |
| echo '../../gcc/java/mangle.c' >> tmp-gi.list | |
| echo '../../gcc/java/resource.c' >> tmp-gi.list | |
| echo '[objc]' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genconstants.o ../../gcc/genconstants.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/read-rtl.o ../../gcc/read-rtl.c | |
| echo '../../gcc/objc/objc-act.h' >> tmp-gi.list | |
| echo '../../gcc/c-parser.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/c-tree.h' >> tmp-gi.list | |
| echo '../../gcc/c-decl.c' >> tmp-gi.list | |
| echo '../../gcc/c-objc-common.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| echo '../../gcc/objc/objc-act.c' >> tmp-gi.list | |
| echo '[objcp]' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gensupport.o ../../gcc/gensupport.c | |
| echo '../../gcc/objcp/objcp-decl.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/print-rtl.o ../../gcc/print-rtl.c | |
| echo '../../gcc/objc/objc-act.c' >> tmp-gi.list | |
| echo '../../gcc/objc/objc-act.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genmddeps.o ../../gcc/genmddeps.c | |
| echo '../../gcc/cp/rtti.c' >> tmp-gi.list | |
| echo '../../gcc/cp/mangle.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/cp/name-lookup.h' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/cp/name-lookup.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/cp/cp-tree.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genflags.o ../../gcc/genflags.c | |
| echo '../../gcc/cp/decl.h' >> tmp-gi.list | |
| echo '../../gcc/cp/call.c' >> tmp-gi.list | |
| echo '../../gcc/cp/decl.c' >> tmp-gi.list | |
| echo '../../gcc/cp/decl2.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/cp/pt.c' >> tmp-gi.list | |
| echo '../../gcc/cp/repo.c' >> tmp-gi.list | |
| echo '../../gcc/cp/semantics.c' >> tmp-gi.list | |
| cc -c -O2 -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genconditions.o ../../gcc/genconditions.c | |
| echo '../../gcc/cp/tree.c' >> tmp-gi.list | |
| echo '../../gcc/cp/parser.c' >> tmp-gi.list | |
| echo '../../gcc/cp/method.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes | |
| echo '../../gcc/cp/typeck2.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| cc -c -O2 -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genpreds.o ../../gcc/genpreds.c | |
| echo '../../gcc/c-lex.c' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| echo '../../gcc/cp/cp-objcp-common.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes | |
| echo '[treelang]' >> tmp-gi.list | |
| echo '../../gcc/treelang/tree1.c' >> tmp-gi.list | |
| echo '../../gcc/treelang/treetree.c' >> tmp-gi.list | |
| echo '../../gcc/treelang/treelang.h' >> tmp-gi.list | |
| echo '[c]' >> tmp-gi.list | |
| echo '../../gcc/c-lang.c' >> tmp-gi.list | |
| cc -c -O2 -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gencheck.o ../../gcc/gencheck.c | |
| echo '../../gcc/c-tree.h' >> tmp-gi.list | |
| echo '../../gcc/c-decl.c' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genconfig.o ../../gcc/genconfig.c | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genattr.o ../../gcc/genattr.c | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo '../../gcc/c-objc-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-parser.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-gi.list gtyp-input.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo timestamp > s-gtyp-input | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genautomata.o ../../gcc/genautomata.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genemit.o ../../gcc/genemit.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gencodes.o ../../gcc/gencodes.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genextract.o ../../gcc/genextract.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genopinit.o ../../gcc/genopinit.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genoutput.o ../../gcc/genoutput.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genpeep.o ../../gcc/genpeep.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genrecog.o ../../gcc/genrecog.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ | |
| build/gengtype.o build/gengtype-lex.o build/gengtype-parse.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -O2 -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \ | |
| build/gencheck.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| build/gengtype ../../gcc gtyp-input.list | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes | |
| build/gencheck > tmp-check.h | |
| /bin/sh ../../gcc/../move-if-change tmp-check.h tree-check.h | |
| echo timestamp > s-check | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/pretty-print.c -o pretty-print.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo timestamp > s-gtype | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genattrtab.o ../../gcc/genattrtab.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ggc-common.c -o ggc-common.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/vec.c -o vec.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/rtl.o ../../gcc/rtl.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/ggc-none.o ../../gcc/ggc-none.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/vec.o ../../gcc/vec.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stub-objc.c -o stub-objc.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-iterator.c -o tree-iterator.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \ | |
| build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \ | |
| build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \ | |
| build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \ | |
| build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \ | |
| build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \ | |
| build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \ | |
| build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genemit \ | |
| build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \ | |
| build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genextract \ | |
| build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genopinit \ | |
| build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genoutput \ | |
| build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpeep \ | |
| build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \ | |
| build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| build/genmddeps ../../gcc/config/i386/i386.md > tmp-mddeps | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| /bin/sh ../../gcc/../move-if-change tmp-mddeps mddeps.mk | |
| echo timestamp > s-mddeps | |
| build/genconstants ../../gcc/config/i386/i386.md \ | |
| > tmp-constants.h | |
| build/genconditions ../../gcc/config/i386/i386.md > tmp-condmd.c | |
| build/genpreds -h ../../gcc/config/i386/i386.md > tmp-preds.h | |
| build/genpreds -c ../../gcc/config/i386/i386.md > tmp-constrs.h | |
| build/genpreds ../../gcc/config/i386/i386.md > tmp-preds.c | |
| /bin/sh ../../gcc/../move-if-change tmp-preds.h tm-preds.h | |
| /bin/sh ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h | |
| /bin/sh ../../gcc/../move-if-change tmp-constants.h insn-constants.h | |
| /bin/sh ../../gcc/../move-if-change tmp-preds.c insn-preds.c | |
| echo timestamp > s-preds-h | |
| /bin/sh ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c | |
| echo timestamp > s-constrs-h | |
| echo timestamp > s-constants | |
| echo timestamp > s-preds | |
| echo timestamp > s-conditions | |
| cc -c -O2 -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gencondmd.o build/gencondmd.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ | |
| build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencondmd \ | |
| build/gencondmd.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| build/gencondmd > tmp-cond.md | |
| /bin/sh ../../gcc/../move-if-change tmp-cond.md insn-conditions.md | |
| echo timestamp > s-condmd | |
| build/genflags ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-flags.h | |
| build/genconfig ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-config.h | |
| build/genattrtab ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-attrtab.c | |
| build/genattr ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-attr.h | |
| build/genemit ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-emit.c | |
| build/gencodes ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-codes.h | |
| build/genextract ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-extract.c | |
| /bin/sh ../../gcc/../move-if-change tmp-attr.h insn-attr.h | |
| /bin/sh ../../gcc/../move-if-change tmp-codes.h insn-codes.h | |
| /bin/sh ../../gcc/../move-if-change tmp-flags.h insn-flags.h | |
| /bin/sh ../../gcc/../move-if-change tmp-config.h insn-config.h | |
| /bin/sh ../../gcc/../move-if-change tmp-extract.c insn-extract.c | |
| echo timestamp > s-attr | |
| echo timestamp > s-flags | |
| echo timestamp > s-codes | |
| build/genopinit ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-opinit.c | |
| build/genoutput ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-output.c | |
| echo timestamp > s-extract | |
| build/genpeep ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-peep.c | |
| echo timestamp > s-config | |
| /bin/sh ../../gcc/../move-if-change tmp-emit.c insn-emit.c | |
| build/genrecog ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-recog.c | |
| echo timestamp > s-emit | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-modes.c -o insn-modes.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-preds.c -o insn-preds.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| /bin/sh ../../gcc/../move-if-change tmp-peep.c insn-peep.c | |
| echo timestamp > s-peep | |
| ../../gcc/config/i386/i386.md:19455: warning: operand 1 missing mode? | |
| ../../gcc/config/i386/i386.md:19498: warning: operand 1 missing mode? | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ggc-page.c -o ggc-page.o | |
| /bin/sh ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c | |
| echo timestamp > s-opinit | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/alias.c -o alias.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/auto-inc-dec.c -o auto-inc-dec.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| /bin/sh ../../gcc/../move-if-change tmp-recog.c insn-recog.c | |
| echo timestamp > s-recog | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/bb-reorder.c -o bb-reorder.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| /bin/sh ../../gcc/../move-if-change tmp-output.c insn-output.c | |
| echo timestamp > s-output | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/bitmap.c -o bitmap.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/bt-load.c -o bt-load.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/builtins.c -o builtins.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/caller-save.c -o caller-save.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/calls.c -o calls.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfg.c -o cfg.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfganal.c -o cfganal.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgbuild.c -o cfgbuild.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgcleanup.c -o cfgcleanup.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgexpand.c -o cfgexpand.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfghooks.c -o cfghooks.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfglayout.c -o cfglayout.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgloop.c -o cfgloop.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgloopanal.c -o cfgloopanal.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgloopmanip.c -o cfgloopmanip.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cfgrtl.c -o cfgrtl.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/combine.c -o combine.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/combine-stack-adj.c -o combine-stack-adj.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/convert.c -o convert.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gcov-iov.o ../../gcc/gcov-iov.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cse.c -o cse.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cselib.c -o cselib.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dbxout.c -o dbxout.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dce.c -o dce.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ddg.c -o ddg.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/debug.c -o debug.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/df-core.c -o df-core.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/df-problems.c -o df-problems.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/df-scan.c -o df-scan.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dfp.c -o dfp.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/diagnostic.c -o diagnostic.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dojump.c -o dojump.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dominance.c -o dominance.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/domwalk.c -o domwalk.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/double-int.c -o double-int.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dse.c -o dse.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dwarf2asm.c -o dwarf2asm.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dwarf2out.c -o dwarf2out.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ebitmap.c -o ebitmap.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/emit-rtl.c -o emit-rtl.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/et-forest.c -o et-forest.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/except.c -o except.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/explow.c -o explow.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/expmed.c -o expmed.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/expr.c -o expr.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/fixed-value.c -o fixed-value.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/fold-const.c -o fold-const.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/function.c -o function.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/fwprop.c -o fwprop.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcse.c -o gcse.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber genrtl.c -o genrtl.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimple-low.c -o gimple-low.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gimplify.c -o gimplify.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/global.c -o global.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graph.c -o graph.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber gtype-desc.c -o gtype-desc.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/haifa-sched.c -o haifa-sched.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/hooks.c -o hooks.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ifcvt.c -o ifcvt.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/init-regs.c -o init-regs.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/integrate.c -o integrate.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DLOCALEDIR=\"/usr/local/Cellar/gcc4.3/4.3.6/share/locale\" \ | |
| -c ../../gcc/intl.c -o intl.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/jump.c -o jump.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lambda-code.c -o lambda-code.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lambda-mat.c -o lambda-mat.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lambda-trans.c -o lambda-trans.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/langhooks.c -o langhooks.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lcm.c -o lcm.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lists.c -o lists.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/local-alloc.c -o local-alloc.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-doloop.c -o loop-doloop.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-init.c -o loop-init.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-invariant.c -o loop-invariant.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-iv.c -o loop-iv.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-unroll.c -o loop-unroll.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/loop-unswitch.c -o loop-unswitch.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/lower-subreg.c -o lower-subreg.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/mode-switching.c -o mode-switching.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/omega.c -o omega.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/omp-low.c -o omp-low.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/optabs.c -o optabs.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber options.c -o options.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/opts.c -o opts.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/params.c -o params.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/postreload-gcse.c -o postreload-gcse.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/postreload.c -o postreload.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/print-rtl.c -o print-rtl.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/print-tree.c -o print-tree.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ra-conflict.c -o ra-conflict.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/real.c -o real.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/recog.c -o recog.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reg-stack.c -o reg-stack.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regclass.c -o regclass.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regmove.c -o regmove.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regrename.c -o regrename.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/regstat.c -o regstat.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reload.c -o reload.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reload1.c -o reload1.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/reorg.c -o reorg.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/resource.c -o resource.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtl-error.c -o rtl-error.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtl-factoring.c -o rtl-factoring.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtl.c -o rtl.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtlanal.c -o rtlanal.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/rtlhooks.c -o rtlhooks.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sbitmap.c -o sbitmap.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-deps.c -o sched-deps.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-ebb.c -o sched-ebb.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-rgn.c -o sched-rgn.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sched-vis.c -o sched-vis.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sdbout.c -o sdbout.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/see.c -o see.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/simplify-rtx.c -o simplify-rtx.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sreal.c -o sreal.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stack-ptr-mod.c -o stack-ptr-mod.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stmt.c -o stmt.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stor-layout.c -o stor-layout.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stringpool.c -o stringpool.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/struct-equiv.c -o struct-equiv.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/targhooks.c -o targhooks.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/timevar.c -o timevar.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| /bin/sh ../../gcc/../move-if-change tmp-attrtab.c insn-attrtab.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-affine.c -o tree-affine.o | |
| echo timestamp > s-attrtab | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-cfg.c -o tree-cfg.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-cfgcleanup.c -o tree-cfgcleanup.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-chrec.c -o tree-chrec.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-complex.c -o tree-complex.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-data-ref.c -o tree-data-ref.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-dfa.c -o tree-dfa.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-dump.c -o tree-dump.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-eh.c -o tree-eh.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-gimple.c -o tree-gimple.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-if-conv.c -o tree-if-conv.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-into-ssa.c -o tree-into-ssa.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-loop-linear.c -o tree-loop-linear.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-nested.c -o tree-nested.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-nrv.c -o tree-nrv.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-object-size.c -o tree-object-size.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-optimize.c -o tree-optimize.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-outof-ssa.c -o tree-outof-ssa.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-parloops.c -o tree-parloops.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-phinodes.c -o tree-phinodes.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-predcom.c -o tree-predcom.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-pretty-print.c -o tree-pretty-print.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-scalar-evolution.c -o tree-scalar-evolution.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-sra.c -o tree-sra.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-address.c -o tree-ssa-address.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-alias.c -o tree-ssa-alias.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-alias-warnings.c -o tree-ssa-alias-warnings.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-coalesce.c -o tree-ssa-coalesce.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-copy.c -o tree-ssa-copy.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-copyrename.c -o tree-ssa-copyrename.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-dce.c -o tree-ssa-dce.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-dom.c -o tree-ssa-dom.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-dse.c -o tree-ssa-dse.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-forwprop.c -o tree-ssa-forwprop.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-ifcombine.c -o tree-ssa-ifcombine.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-live.c -o tree-ssa-live.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-ch.c -o tree-ssa-loop-ch.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-im.c -o tree-ssa-loop-im.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-ivcanon.c -o tree-ssa-loop-ivcanon.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-ivopts.c -o tree-ssa-loop-ivopts.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-manip.c -o tree-ssa-loop-manip.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-niter.c -o tree-ssa-loop-niter.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-prefetch.c -o tree-ssa-loop-prefetch.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop-unswitch.c -o tree-ssa-loop-unswitch.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-loop.c -o tree-ssa-loop.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-math-opts.c -o tree-ssa-math-opts.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-operands.c -o tree-ssa-operands.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-phiopt.c -o tree-ssa-phiopt.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-pre.c -o tree-ssa-pre.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-propagate.c -o tree-ssa-propagate.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-reassoc.c -o tree-ssa-reassoc.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-sccvn.c -o tree-ssa-sccvn.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-sink.c -o tree-ssa-sink.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-structalias.c -o tree-ssa-structalias.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-ter.c -o tree-ssa-ter.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-threadedge.c -o tree-ssa-threadedge.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-threadupdate.c -o tree-ssa-threadupdate.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa-uncprop.c -o tree-ssa-uncprop.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssa.c -o tree-ssa.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-ssanames.c -o tree-ssanames.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-stdarg.c -o tree-stdarg.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-tailcall.c -o tree-tailcall.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-analyze.c -o tree-vect-analyze.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-generic.c -o tree-vect-generic.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-patterns.c -o tree-vect-patterns.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vect-transform.c -o tree-vect-transform.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vectorizer.c -o tree-vectorizer.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vn.c -o tree-vn.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-vrp.c -o tree-vrp.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree.c -o tree.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/var-tracking.c -o var-tracking.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/varasm.c -o varasm.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/varray.c -o varray.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/vmsdbgout.c -o vmsdbgout.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/web.c -o web.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/xcoffout.c -o xcoffout.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| ../../gcc/config/i386/i386.c -o i386.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/darwin.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cgraph.c -o cgraph.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cgraphbuild.c -o cgraphbuild.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cgraphunit.c -o cgraphunit.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-cp.c -o ipa-cp.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-prop.c -o ipa-prop.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-pure-const.c -o ipa-pure-const.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-reference.c -o ipa-reference.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-type-escape.c -o ipa-type-escape.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-utils.c -o ipa-utils.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa.c -o ipa.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/matrix-reorg.c -o matrix-reorg.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-inline.c -o tree-inline.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-nomudflap.c -o tree-nomudflap.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/varpool.c -o varpool.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DTARGET_MACHINE=\"i386-apple-darwin12.3.0\" \ | |
| -c ../../gcc/collect2.c -o collect2.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tlink.c -o tlink.o | |
| (SHLIB_LINK='dummy'; \ | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.3.6\" -DDEFAULT_TARGET_MACHINE=\"i386-apple-darwin12.3.0\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` \ | |
| -c ../../gcc/gcc.c -o gcc.o) | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o gcc-options.o -DGCC_DRIVER options.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| (SHLIB_LINK='dummy'; \ | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DSTANDARD_STARTFILE_PREFIX=\"../../../\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/\" -DSTANDARD_LIBEXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/libexec/gcc/\" -DDEFAULT_TARGET_VERSION=\"4.3.6\" -DDEFAULT_TARGET_MACHINE=\"i386-apple-darwin12.3.0\" -DSTANDARD_BINDIR_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/bin/\" -DTOOLDIR_BASE_PREFIX=\"../../../../\" `test "X${SHLIB_LINK}" = "X" || test "yes" != "yes" || echo "-DENABLE_SHARED_LIBGCC"` \ | |
| -c ../../gcc/gccspec.c -o gccspec.o) | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/i386/driver-i386.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| ../../gcc/config/darwin-driver.c | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/cppspec.c -o cppspec.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-lang.c -o c-lang.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/attribs.c -o attribs.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-errors.c -o c-errors.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-lex.c -o c-lex.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-pragma.c -o c-pragma.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-decl.c -o c-decl.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-typeck.c -o c-typeck.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-convert.c -o c-convert.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-aux-info.c -o c-aux-info.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-common.c -o c-common.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| ../../gcc/c-opts.c -o c-opts.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-format.c -o c-format.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-semantics.c -o c-semantics.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-incpath.c -o c-incpath.o | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DGCC_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/i386-apple-darwin12.3.0\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/include\" -DPREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/\" \ | |
| -c ../../gcc/cppdefault.c -o cppdefault.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-ppoutput.c -o c-ppoutput.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-cppbuiltin.c -o c-cppbuiltin.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DPREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc\" -DBASEVER="\"4.3.6\"" \ | |
| -c ../../gcc/prefix.c -o prefix.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-objc-common.c -o c-objc-common.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-dump.c -o c-dump.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DHOST_MACHINE=\"i386-apple-darwin12.3.0\" -DTARGET_MACHINE=\"i386-apple-darwin12.3.0\" \ | |
| ../../gcc/c-pch.c -o c-pch.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-parser.c -o c-parser.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/darwin-c.c -DGCC_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/i386-apple-darwin12.3.0\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/include\" -DPREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/\" | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-gimplify.c -o c-gimplify.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-mudflap.c -o tree-mudflap.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-pretty-print.c -o c-pretty-print.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-omp.c -o c-omp.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/main.c -o main.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-browser.c -o tree-browser.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genautomata \ | |
| build/genautomata.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o ../build-i386-apple-darwin12.3.0/libiberty/libiberty.a -lm | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-emit.c -o insn-emit.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-extract.c -o insn-extract.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE build/gcov-iov.o -o build/gcov-iov | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -o Tcollect2 \ | |
| collect2.o tlink.o intl.o version.o ../libcpp/libcpp.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| mv -f Tcollect2 collect2 | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -o xgcc gcc.o opts-common.o gcc-options.o gccspec.o \ | |
| intl.o prefix.o version.o driver-i386.o darwin-driver.o ../libcpp/libcpp.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -o cpp gcc.o opts-common.o gcc-options.o cppspec.o \ | |
| intl.o prefix.o version.o driver-i386.o darwin-driver.o ../libcpp/libcpp.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -dumpspecs > tmp-specs | |
| mv tmp-specs specs | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-attrtab.c -o insn-attrtab.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| build/genautomata ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-automata.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-opinit.c -o insn-opinit.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-output.c -o insn-output.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-peep.c -o insn-peep.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-recog.c -o insn-recog.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| build/gcov-iov '4.3.6' '' \ | |
| > tmp-gcov-iov.h | |
| /bin/sh ../../gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h | |
| echo timestamp > s-iov | |
| : > tmp-libgcc.mvars | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/coverage.c -o coverage.o | |
| echo LIB1ASMFUNCS = '' >> tmp-libgcc.mvars | |
| echo LIB1ASMSRC = '' >> tmp-libgcc.mvars | |
| echo LIB2FUNCS_ST = '_eprintf __gcc_bcmp' >> tmp-libgcc.mvars | |
| echo LIB2FUNCS_EXCLUDE = ' _fixtfsi _fixunstfsi _floatsitf _floatunsitf _fixtfdi _fixunstfdi _floatditf _floatunditf' >> tmp-libgcc.mvars | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| echo LIBGCOV = '_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_fork _gcov_execl _gcov_execlp _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler _gcov_merge_ior' >> tmp-libgcc.mvars | |
| echo LIB2ADD = '$(gcc_srcdir)/config/darwin-64.c $(gcc_objdir)/addtf3.c $(gcc_objdir)/divtf3.c $(gcc_objdir)/eqtf2.c $(gcc_objdir)/getf2.c $(gcc_objdir)/letf2.c $(gcc_objdir)/multf3.c $(gcc_objdir)/negtf2.c $(gcc_objdir)/subtf3.c $(gcc_objdir)/unordtf2.c $(gcc_objdir)/fixtfsi.c $(gcc_objdir)/fixunstfsi.c $(gcc_objdir)/floatsitf.c $(gcc_objdir)/floatunsitf.c $(gcc_objdir)/fixtfdi.c $(gcc_objdir)/fixunstfdi.c $(gcc_objdir)/floatditf.c $(gcc_objdir)/floatunditf.c $(gcc_objdir)/fixtfti.c $(gcc_objdir)/fixunstfti.c $(gcc_objdir)/floattitf.c $(gcc_objdir)/floatuntitf.c $(gcc_objdir)/extendsftf2.c $(gcc_objdir)/extenddftf2.c $(gcc_objdir)/extendxftf2.c $(gcc_objdir)/trunctfsf2.c $(gcc_objdir)/trunctfdf2.c $(gcc_objdir)/trunctfxf2.c' >> tmp-libgcc.mvars | |
| echo LIB2ADD_ST = ' ' >> tmp-libgcc.mvars | |
| echo LIB2ADDEH = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-darwin.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars | |
| echo LIB2ADDEHSTATIC = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-darwin.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars | |
| echo LIB2ADDEHSHARED = '$(gcc_srcdir)/unwind-dw2.c $(gcc_srcdir)/unwind-dw2-fde-darwin.c $(gcc_srcdir)/unwind-sjlj.c $(gcc_srcdir)/unwind-c.c $(gcc_srcdir)/emutls.c ' >> tmp-libgcc.mvars | |
| echo LIB2_SIDITI_CONV_FUNCS = 'yes' >> tmp-libgcc.mvars | |
| echo LIBUNWIND = ' ' >> tmp-libgcc.mvars | |
| echo SHLIBUNWIND_LINK = '' >> tmp-libgcc.mvars | |
| echo SHLIBUNWIND_INSTALL = '' >> tmp-libgcc.mvars | |
| echo FPBIT = '' >> tmp-libgcc.mvars | |
| echo FPBIT_FUNCS = '_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' >> tmp-libgcc.mvars | |
| echo LIB2_DIVMOD_FUNCS = '_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' >> tmp-libgcc.mvars | |
| echo DPBIT = '' >> tmp-libgcc.mvars | |
| echo DPBIT_FUNCS = '_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' >> tmp-libgcc.mvars | |
| echo TPBIT = '' >> tmp-libgcc.mvars | |
| echo TPBIT_FUNCS = '_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' >> tmp-libgcc.mvars | |
| echo DFP_ENABLE = '' >> tmp-libgcc.mvars | |
| echo DFP_CFLAGS='' >> tmp-libgcc.mvars | |
| echo D32PBIT='' >> tmp-libgcc.mvars | |
| echo D32PBIT_FUNCS='_addsub_sd _div_sd _mul_sd _plus_sd _minus_sd _eq_sd _ne_sd _lt_sd _gt_sd _le_sd _ge_sd _sd_to_si _sd_to_di _sd_to_usi _sd_to_udi _si_to_sd _di_to_sd _usi_to_sd _udi_to_sd _sd_to_sf _sd_to_df _sd_to_xf _sd_to_tf _sf_to_sd _df_to_sd _xf_to_sd _tf_to_sd _sd_to_dd _sd_to_td _unord_sd _conv_sd' >> tmp-libgcc.mvars | |
| echo D64PBIT='' >> tmp-libgcc.mvars | |
| echo D64PBIT_FUNCS='_addsub_dd _div_dd _mul_dd _plus_dd _minus_dd _eq_dd _ne_dd _lt_dd _gt_dd _le_dd _ge_dd _dd_to_si _dd_to_di _dd_to_usi _dd_to_udi _si_to_dd _di_to_dd _usi_to_dd _udi_to_dd _dd_to_sf _dd_to_df _dd_to_xf _dd_to_tf _sf_to_dd _df_to_dd _xf_to_dd _tf_to_dd _dd_to_sd _dd_to_td _unord_dd _conv_dd' >> tmp-libgcc.mvars | |
| echo D128PBIT='' >> tmp-libgcc.mvars | |
| echo D128PBIT_FUNCS='_addsub_td _div_td _mul_td _plus_td _minus_td _eq_td _ne_td _lt_td _gt_td _le_td _ge_td _td_to_si _td_to_di _td_to_usi _td_to_udi _si_to_td _di_to_td _usi_to_td _udi_to_td _td_to_sf _td_to_df _td_to_xf _td_to_tf _sf_to_td _df_to_td _xf_to_td _tf_to_td _td_to_sd _td_to_dd _unord_td _conv_td' >> tmp-libgcc.mvars | |
| echo GCC_EXTRA_PARTS = 'crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o' >> tmp-libgcc.mvars | |
| echo SHLIB_LINK = 'dummy' >> tmp-libgcc.mvars | |
| echo SHLIB_INSTALL = '' >> tmp-libgcc.mvars | |
| echo SHLIB_EXT = '' >> tmp-libgcc.mvars | |
| echo SHLIB_MKMAP = ' ' >> tmp-libgcc.mvars | |
| echo SHLIB_MKMAP_OPTS = '' >> tmp-libgcc.mvars | |
| echo SHLIB_MAPFILES = ' ' >> tmp-libgcc.mvars | |
| echo SHLIB_NM_FLAGS = '-pg' >> tmp-libgcc.mvars | |
| echo LIBGCC2_CFLAGS = '-O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED ' >> tmp-libgcc.mvars | |
| echo CRTSTUFF_CFLAGS = '-O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize ' >> tmp-libgcc.mvars | |
| echo CRTSTUFF_T_CFLAGS = '' >> tmp-libgcc.mvars | |
| echo CRTSTUFF_T_CFLAGS_S = '' >> tmp-libgcc.mvars | |
| mv tmp-libgcc.mvars libgcc.mvars | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/final.c -o final.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/modulo-sched.c -o modulo-sched.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/passes.c -o passes.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/predict.c -o predict.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/profile.c -o profile.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DTARGET_NAME=\"i386-apple-darwin12.3.0\" \ | |
| -c ../../gcc/toplev.c -o toplev.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tracer.c -o tracer.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-profile.c -o tree-profile.o | |
| /bin/sh ../../gcc/../move-if-change tmp-automata.c insn-automata.c | |
| echo timestamp > s-automata | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/value-prof.c -o value-prof.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-inline.c -o ipa-inline.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ipa-struct-reorg.c -o ipa-struct-reorg.o | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcov.c -o gcov.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/gcov-dump.c -o gcov-dump.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber insn-automata.c -o insn-automata.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| rm -rf libbackend.a | |
| ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o genrtl.o ggc-common.o gimple-low.o gimplify.o global.o graph.o graphds.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o init-regs.o integrate.o intl.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o local-alloc.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts.o params.o passes.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o ra-conflict.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-factoring.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o stmt.o stor-layout.o stringpool.o struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-dump.o tree-eh.o tree-gimple.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-alias-warnings.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-analyze.o tree-vect-generic.o tree-vect-patterns.o tree-vect-transform.o tree-vectorizer.o tree-vn.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varray.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o darwin.o host-darwin.o host-i386-darwin.o cgraph.o cgraphbuild.o cgraphunit.o ipa-cp.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o tree-inline.o tree-nomudflap.o varpool.o | |
| /usr/bin/ranlib: file: libbackend.a(insn-peep.o) has no symbols | |
| /usr/bin/ranlib: file: libbackend.a(loop-doloop.o) has no symbols | |
| /usr/bin/ranlib: file: libbackend.a(vmsdbgout.o) has no symbols | |
| /usr/bin/ranlib: file: libbackend.a(xcoffout.o) has no symbols | |
| ranlib -c libbackend.a | |
| ranlib: file: libbackend.a(insn-peep.o) has no symbols | |
| ranlib: file: libbackend.a(loop-doloop.o) has no symbols | |
| ranlib: file: libbackend.a(vmsdbgout.o) has no symbols | |
| ranlib: file: libbackend.a(xcoffout.o) has no symbols | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o darwin-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \ | |
| main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/usr/local/Cellar/gmp/5.1.1/lib -L/usr/local/Cellar/mpfr/3.1.1-p2/lib -lmpfr -lgmp | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| build/genchecksum cc1-dummy > cc1-checksum.c | |
| cc -c -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber cc1-checksum.c -o cc1-checksum.o | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -I../../gcc/. | |
| cc -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -fno-common -DHAVE_CONFIG_H -o cc1 c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o darwin-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o cc1-checksum.o \ | |
| main.o tree-browser.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a -liconv ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/usr/local/Cellar/gmp/5.1.1/lib -L/usr/local/Cellar/mpfr/3.1.1-p2/lib -lmpfr -lgmp | |
| brew: superenv removed: -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings | |
| echo | /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -E -dM - | \ | |
| sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \ | |
| -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \ | |
| sort -u > tmp-macro_list | |
| if /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -print-sysroot-headers-suffix > /dev/null 2>&1; then \ | |
| set -e; for ml in `/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -print-multi-lib`; do \ | |
| multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \ | |
| flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \ | |
| sfx=`/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include ${flags} -print-sysroot-headers-suffix`; \ | |
| if [ "${multi_dir}" = "." ]; \ | |
| then multi_dir=""; \ | |
| else \ | |
| multi_dir=/${multi_dir}; \ | |
| fi; \ | |
| echo "${sfx};${multi_dir}"; \ | |
| done; \ | |
| else \ | |
| echo ";"; \ | |
| fi > tmp-fixinc_list | |
| /bin/sh ../../gcc/../move-if-change tmp-fixinc_list fixinc_list | |
| echo timestamp > s-fixinc_list | |
| /bin/sh ../../gcc/../move-if-change tmp-macro_list macro_list | |
| echo timestamp > s-macro_list | |
| rm -rf include-fixed; mkdir include-fixed | |
| chmod a+rx include-fixed | |
| if [ -d ../prev-gcc ]; then \ | |
| cd ../prev-gcc && \ | |
| /usr/bin/make real-install-headers-tar DESTDIR=`pwd`/../gcc/ \ | |
| libsubdir=. ; \ | |
| else \ | |
| set -e; for ml in `cat fixinc_list`; do \ | |
| sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \ | |
| multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \ | |
| fix_dir=include-fixed${multi_dir}; \ | |
| if ! false && test ! -d `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`; then \ | |
| echo The directory that should contain system headers does not exist: >&2 ; \ | |
| echo " `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" >&2 ; \ | |
| tooldir_sysinc=`echo "/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \ | |
| if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \ | |
| then sleep 1; else exit 1; fi; \ | |
| fi; \ | |
| /bin/sh ../../gcc/../mkinstalldirs ${fix_dir}; \ | |
| chmod a+rx ${fix_dir} || true; \ | |
| (TARGET_MACHINE='i386-apple-darwin12.3.0'; srcdir=`cd ../../gcc; ${PWDCMD-pwd}`; \ | |
| SHELL='/bin/sh'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \ | |
| export TARGET_MACHINE srcdir SHELL MACRO_LIST && \ | |
| cd ../build-i386-apple-darwin12.3.0/fixincludes && \ | |
| /bin/sh ./fixinc.sh ../../gcc/${fix_dir} \ | |
| `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \ | |
| rm -f ${fix_dir}/syslimits.h; \ | |
| if [ -f ${fix_dir}/limits.h ]; then \ | |
| mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \ | |
| else \ | |
| cp ../../gcc/gsyslimits.h ${fix_dir}/syslimits.h; \ | |
| fi; \ | |
| chmod a+r ${fix_dir}/syslimits.h; \ | |
| done; \ | |
| fi | |
| Fixing headers into /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/gcc/include-fixed for i386-apple-darwin12.3.0 target | |
| Forbidden identifiers: i386 | |
| Finding directories and links to directories | |
| Searching /usr/include/. | |
| Searching /usr/include/./python2.5 | |
| Searching /usr/include/./python2.6 | |
| Searching /usr/include/./python2.7 | |
| Making symbolic directory links | |
| Fixing directory /usr/include into /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/gcc/include-fixed | |
| Applying io_quotes_def to apache2/modperl_common_util.h | |
| Applying ctrl_quotes_def to editline/readline.h | |
| Applying stdio_va_list_clients to krb5.h | |
| Applying hpux8_bogus_inlines to math.h | |
| Applying math_exception to math.h | |
| Fixed: math.h | |
| Applying io_quotes_def to net/if_media.h | |
| Applying io_quotes_def to net-snmp/library/container.h | |
| Applying machine_name to postgresql/server/storage/s_lock.h | |
| Applying io_quotes_def to postgresql/server/utils/timestamp.h | |
| Applying ctrl_quotes_def to readline/history.h | |
| Applying ctrl_quotes_def to readline/readline.h | |
| Applying io_quotes_use to security/audit/audit_ioctl.h | |
| Applying sysv68_string to string.h | |
| Applying io_quotes_def to sys/cdefs.h | |
| Applying io_quotes_def to sys/ioccom.h | |
| Applying io_quotes_def to sys/ttycom.h | |
| Applying io_quotes_use to sys/ttycom.h | |
| Fixing directory /usr/include/python2.5 into /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/gcc/include-fixed/root/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 | |
| Fixing directory /usr/include/python2.6 into /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/gcc/include-fixed/root/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 | |
| Fixing directory /usr/include/python2.7 into /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/gcc/include-fixed/root/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
| Cleaning up unneeded directories: | |
| fixincludes is done | |
| echo timestamp > stmp-fixinc | |
| if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi | |
| if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi | |
| for file in .. ../../gcc/ginclude/float.h ../../gcc/ginclude/iso646.h ../../gcc/ginclude/stdarg.h ../../gcc/ginclude/stdbool.h ../../gcc/ginclude/stddef.h ../../gcc/ginclude/varargs.h ../../gcc/ginclude/stdfix.h ../../gcc/config/i386/cpuid.h ../../gcc/config/i386/mmintrin.h ../../gcc/config/i386/mm3dnow.h ../../gcc/config/i386/xmmintrin.h ../../gcc/config/i386/emmintrin.h ../../gcc/config/i386/pmmintrin.h ../../gcc/config/i386/tmmintrin.h ../../gcc/config/i386/ammintrin.h ../../gcc/config/i386/smmintrin.h ../../gcc/config/i386/nmmintrin.h ../../gcc/config/i386/bmmintrin.h ../../gcc/config/i386/mmintrin-common.h ../../gcc/ginclude/tgmath.h mm_malloc.h; do \ | |
| if [ X$file != X.. ]; then \ | |
| realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \ | |
| echo timestamp > include/$realfile; \ | |
| rm -f include/$realfile; \ | |
| cp $file include; \ | |
| chmod a+r include/$realfile; \ | |
| fi; \ | |
| done | |
| rm -f include/unwind.h | |
| cp ../../gcc/unwind-generic.h include/unwind.h | |
| set -e; for ml in `cat fixinc_list`; do \ | |
| sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \ | |
| multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \ | |
| fix_dir=include-fixed${multi_dir}; \ | |
| if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \ | |
| cat ../../gcc/limitx.h ../../gcc/glimits.h ../../gcc/limity.h > tmp-xlimits.h; \ | |
| else \ | |
| cat ../../gcc/glimits.h > tmp-xlimits.h; \ | |
| fi; \ | |
| /bin/sh ../../gcc/../mkinstalldirs ${fix_dir}; \ | |
| chmod a+rx ${fix_dir} || true; \ | |
| rm -f ${fix_dir}/limits.h; \ | |
| mv tmp-xlimits.h ${fix_dir}/limits.h; \ | |
| chmod a+r ${fix_dir}/limits.h; \ | |
| done | |
| rm -f include-fixed/README | |
| cp ../../gcc/../fixincludes/README-fixinc include-fixed/README | |
| chmod a+r include-fixed/README | |
| echo timestamp > stmp-int-hdrs | |
| mkdir i386-apple-darwin12.3.0/libgcc | |
| Checking multilib configuration for libgcc... | |
| Configuring stage 1 in i386-apple-darwin12.3.0/libgcc | |
| configure: creating cache ./config.cache | |
| checking for --enable-version-specific-runtime-libs... no | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking build system type... i386-apple-darwin12.3.0 | |
| checking host system type... i386-apple-darwin12.3.0 | |
| checking for i386-apple-darwin12.3.0-ar... ar | |
| checking for i386-apple-darwin12.3.0-lipo... lipo | |
| checking for i386-apple-darwin12.3.0-nm... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/nm | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib -c | |
| checking for i386-apple-darwin12.3.0-strip... strip | |
| checking whether ln -s works... yes | |
| checking for i386-apple-darwin12.3.0-gcc... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include accepts -g... yes | |
| checking for /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include option to accept ANSI C... none needed | |
| checking how to run the C preprocessor... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -E | |
| checking whether decimal floating point is supported... no | |
| checking whether fixed-point is supported... no | |
| checking for __attribute__((visibility("hidden")))... yes | |
| checking whether the target asssembler upports thread-local storage... yes | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: executing default commands | |
| # If this is the top-level multilib, build all the other | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _muldi3_s.o -MT _muldi3_s.o -MD -MP -MF _muldi3_s.dep -DSHARED -DL_muldi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| # multilibs. | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _negdi2_s.o -MT _negdi2_s.o -MD -MP -MF _negdi2_s.dep -DSHARED -DL_negdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _lshrdi3_s.o -MT _lshrdi3_s.o -MD -MP -MF _lshrdi3_s.dep -DSHARED -DL_lshrdi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ashldi3_s.o -MT _ashldi3_s.o -MD -MP -MF _ashldi3_s.dep -DSHARED -DL_ashldi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ashrdi3_s.o -MT _ashrdi3_s.o -MD -MP -MF _ashrdi3_s.dep -DSHARED -DL_ashrdi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _cmpdi2_s.o -MT _cmpdi2_s.o -MD -MP -MF _cmpdi2_s.dep -DSHARED -DL_cmpdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ucmpdi2_s.o -MT _ucmpdi2_s.o -MD -MP -MF _ucmpdi2_s.dep -DSHARED -DL_ucmpdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clear_cache_s.o -MT _clear_cache_s.o -MD -MP -MF _clear_cache_s.dep -DSHARED -DL_clear_cache -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _enable_execute_stack_s.o -MT _enable_execute_stack_s.o -MD -MP -MF _enable_execute_stack_s.dep -DSHARED -DL_enable_execute_stack -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _trampoline_s.o -MT _trampoline_s.o -MD -MP -MF _trampoline_s.dep -DSHARED -DL_trampoline -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o __main_s.o -MT __main_s.o -MD -MP -MF __main_s.dep -DSHARED -DL__main -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _absvsi2_s.o -MT _absvsi2_s.o -MD -MP -MF _absvsi2_s.dep -DSHARED -DL_absvsi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _absvdi2_s.o -MT _absvdi2_s.o -MD -MP -MF _absvdi2_s.dep -DSHARED -DL_absvdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _addvsi3_s.o -MT _addvsi3_s.o -MD -MP -MF _addvsi3_s.dep -DSHARED -DL_addvsi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _addvdi3_s.o -MT _addvdi3_s.o -MD -MP -MF _addvdi3_s.dep -DSHARED -DL_addvdi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _subvsi3_s.o -MT _subvsi3_s.o -MD -MP -MF _subvsi3_s.dep -DSHARED -DL_subvsi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _subvdi3_s.o -MT _subvdi3_s.o -MD -MP -MF _subvdi3_s.dep -DSHARED -DL_subvdi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulvsi3_s.o -MT _mulvsi3_s.o -MD -MP -MF _mulvsi3_s.dep -DSHARED -DL_mulvsi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulvdi3_s.o -MT _mulvdi3_s.o -MD -MP -MF _mulvdi3_s.dep -DSHARED -DL_mulvdi3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _negvsi2_s.o -MT _negvsi2_s.o -MD -MP -MF _negvsi2_s.dep -DSHARED -DL_negvsi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _negvdi2_s.o -MT _negvdi2_s.o -MD -MP -MF _negvdi2_s.dep -DSHARED -DL_negvdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ctors_s.o -MT _ctors_s.o -MD -MP -MF _ctors_s.dep -DSHARED -DL_ctors -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ffssi2_s.o -MT _ffssi2_s.o -MD -MP -MF _ffssi2_s.dep -DSHARED -DL_ffssi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ffsdi2_s.o -MT _ffsdi2_s.o -MD -MP -MF _ffsdi2_s.dep -DSHARED -DL_ffsdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clz_s.o -MT _clz_s.o -MD -MP -MF _clz_s.dep -DSHARED -DL_clz -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clzsi2_s.o -MT _clzsi2_s.o -MD -MP -MF _clzsi2_s.dep -DSHARED -DL_clzsi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clzdi2_s.o -MT _clzdi2_s.o -MD -MP -MF _clzdi2_s.dep -DSHARED -DL_clzdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ctzsi2_s.o -MT _ctzsi2_s.o -MD -MP -MF _ctzsi2_s.dep -DSHARED -DL_ctzsi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ctzdi2_s.o -MT _ctzdi2_s.o -MD -MP -MF _ctzdi2_s.dep -DSHARED -DL_ctzdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _popcount_tab_s.o -MT _popcount_tab_s.o -MD -MP -MF _popcount_tab_s.dep -DSHARED -DL_popcount_tab -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _popcountsi2_s.o -MT _popcountsi2_s.o -MD -MP -MF _popcountsi2_s.dep -DSHARED -DL_popcountsi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _popcountdi2_s.o -MT _popcountdi2_s.o -MD -MP -MF _popcountdi2_s.dep -DSHARED -DL_popcountdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _paritysi2_s.o -MT _paritysi2_s.o -MD -MP -MF _paritysi2_s.dep -DSHARED -DL_paritysi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _paritydi2_s.o -MT _paritydi2_s.o -MD -MP -MF _paritydi2_s.dep -DSHARED -DL_paritydi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powisf2_s.o -MT _powisf2_s.o -MD -MP -MF _powisf2_s.dep -DSHARED -DL_powisf2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powidf2_s.o -MT _powidf2_s.o -MD -MP -MF _powidf2_s.dep -DSHARED -DL_powidf2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powixf2_s.o -MT _powixf2_s.o -MD -MP -MF _powixf2_s.dep -DSHARED -DL_powixf2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powitf2_s.o -MT _powitf2_s.o -MD -MP -MF _powitf2_s.dep -DSHARED -DL_powitf2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulsc3_s.o -MT _mulsc3_s.o -MD -MP -MF _mulsc3_s.dep -DSHARED -DL_mulsc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _muldc3_s.o -MT _muldc3_s.o -MD -MP -MF _muldc3_s.dep -DSHARED -DL_muldc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulxc3_s.o -MT _mulxc3_s.o -MD -MP -MF _mulxc3_s.dep -DSHARED -DL_mulxc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _multc3_s.o -MT _multc3_s.o -MD -MP -MF _multc3_s.dep -DSHARED -DL_multc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divsc3_s.o -MT _divsc3_s.o -MD -MP -MF _divsc3_s.dep -DSHARED -DL_divsc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divdc3_s.o -MT _divdc3_s.o -MD -MP -MF _divdc3_s.dep -DSHARED -DL_divdc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divxc3_s.o -MT _divxc3_s.o -MD -MP -MF _divxc3_s.dep -DSHARED -DL_divxc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divtc3_s.o -MT _divtc3_s.o -MD -MP -MF _divtc3_s.dep -DSHARED -DL_divtc3 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _bswapsi2_s.o -MT _bswapsi2_s.o -MD -MP -MF _bswapsi2_s.dep -DSHARED -DL_bswapsi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _bswapdi2_s.o -MT _bswapdi2_s.o -MD -MP -MF _bswapdi2_s.dep -DSHARED -DL_bswapdi2 -c ../../../libgcc/../gcc/libgcc2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunssfsi_s.o -MT _fixunssfsi_s.o -MD -MP -MF _fixunssfsi_s.dep -DSHARED -DL_fixunssfsi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsdfsi_s.o -MT _fixunsdfsi_s.o -MD -MP -MF _fixunsdfsi_s.dep -DSHARED -DL_fixunsdfsi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsxfsi_s.o -MT _fixunsxfsi_s.o -MD -MP -MF _fixunsxfsi_s.dep -DSHARED -DL_fixunsxfsi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixsfdi_s.o -MT _fixsfdi_s.o -MD -MP -MF _fixsfdi_s.dep -DSHARED -DL_fixsfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixdfdi_s.o -MT _fixdfdi_s.o -MD -MP -MF _fixdfdi_s.dep -DSHARED -DL_fixdfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixxfdi_s.o -MT _fixxfdi_s.o -MD -MP -MF _fixxfdi_s.dep -DSHARED -DL_fixxfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixtfdi_s.o -MT _fixtfdi_s.o -MD -MP -MF _fixtfdi_s.dep -DSHARED -DL_fixtfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunssfdi_s.o -MT _fixunssfdi_s.o -MD -MP -MF _fixunssfdi_s.dep -DSHARED -DL_fixunssfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsdfdi_s.o -MT _fixunsdfdi_s.o -MD -MP -MF _fixunsdfdi_s.dep -DSHARED -DL_fixunsdfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsxfdi_s.o -MT _fixunsxfdi_s.o -MD -MP -MF _fixunsxfdi_s.dep -DSHARED -DL_fixunsxfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunstfdi_s.o -MT _fixunstfdi_s.o -MD -MP -MF _fixunstfdi_s.dep -DSHARED -DL_fixunstfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatdisf_s.o -MT _floatdisf_s.o -MD -MP -MF _floatdisf_s.dep -DSHARED -DL_floatdisf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatdidf_s.o -MT _floatdidf_s.o -MD -MP -MF _floatdidf_s.dep -DSHARED -DL_floatdidf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatdixf_s.o -MT _floatdixf_s.o -MD -MP -MF _floatdixf_s.dep -DSHARED -DL_floatdixf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatditf_s.o -MT _floatditf_s.o -MD -MP -MF _floatditf_s.dep -DSHARED -DL_floatditf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatundisf_s.o -MT _floatundisf_s.o -MD -MP -MF _floatundisf_s.dep -DSHARED -DL_floatundisf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatundidf_s.o -MT _floatundidf_s.o -MD -MP -MF _floatundidf_s.dep -DSHARED -DL_floatundidf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatundixf_s.o -MT _floatundixf_s.o -MD -MP -MF _floatundixf_s.dep -DSHARED -DL_floatundixf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatunditf_s.o -MT _floatunditf_s.o -MD -MP -MF _floatunditf_s.dep -DSHARED -DL_floatunditf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixsfti_s.o -MT _fixsfti_s.o -MD -MP -MF _fixsfti_s.dep -DSHARED -DL_fixsfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixdfti_s.o -MT _fixdfti_s.o -MD -MP -MF _fixdfti_s.dep -DSHARED -DL_fixdfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixxfti_s.o -MT _fixxfti_s.o -MD -MP -MF _fixxfti_s.dep -DSHARED -DL_fixxfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixtfti_s.o -MT _fixtfti_s.o -MD -MP -MF _fixtfti_s.dep -DSHARED -DL_fixtfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunssfti_s.o -MT _fixunssfti_s.o -MD -MP -MF _fixunssfti_s.dep -DSHARED -DL_fixunssfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsdfti_s.o -MT _fixunsdfti_s.o -MD -MP -MF _fixunsdfti_s.dep -DSHARED -DL_fixunsdfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsxfti_s.o -MT _fixunsxfti_s.o -MD -MP -MF _fixunsxfti_s.dep -DSHARED -DL_fixunsxfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunstfti_s.o -MT _fixunstfti_s.o -MD -MP -MF _fixunstfti_s.dep -DSHARED -DL_fixunstfdi -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattisf_s.o -MT _floattisf_s.o -MD -MP -MF _floattisf_s.dep -DSHARED -DL_floatdisf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattidf_s.o -MT _floattidf_s.o -MD -MP -MF _floattidf_s.dep -DSHARED -DL_floatdidf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattixf_s.o -MT _floattixf_s.o -MD -MP -MF _floattixf_s.dep -DSHARED -DL_floatdixf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattitf_s.o -MT _floattitf_s.o -MD -MP -MF _floattitf_s.dep -DSHARED -DL_floatditf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntisf_s.o -MT _floatuntisf_s.o -MD -MP -MF _floatuntisf_s.dep -DSHARED -DL_floatundisf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntidf_s.o -MT _floatuntidf_s.o -MD -MP -MF _floatuntidf_s.dep -DSHARED -DL_floatundidf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntixf_s.o -MT _floatuntixf_s.o -MD -MP -MF _floatuntixf_s.dep -DSHARED -DL_floatundixf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntitf_s.o -MT _floatuntitf_s.o -MD -MP -MF _floatuntitf_s.dep -DSHARED -DL_floatunditf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divdi3_s.o -MT _divdi3_s.o -MD -MP -MF _divdi3_s.dep -DSHARED -DL_divdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _moddi3_s.o -MT _moddi3_s.o -MD -MP -MF _moddi3_s.dep -DSHARED -DL_moddi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _udivdi3_s.o -MT _udivdi3_s.o -MD -MP -MF _udivdi3_s.dep -DSHARED -DL_udivdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _umoddi3_s.o -MT _umoddi3_s.o -MD -MP -MF _umoddi3_s.dep -DSHARED -DL_umoddi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _udiv_w_sdiv_s.o -MT _udiv_w_sdiv_s.o -MD -MP -MF _udiv_w_sdiv_s.dep -DSHARED -DL_udiv_w_sdiv -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _udivmoddi4_s.o -MT _udivmoddi4_s.o -MD -MP -MF _udivmoddi4_s.dep -DSHARED -DL_udivmoddi4 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o darwin-64_s.o -MT darwin-64_s.o -MD -MP -MF darwin-64_s.dep -DSHARED -fexceptions -c ../../../libgcc/../gcc/config/darwin-64.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o addtf3_s.o -MT addtf3_s.o -MD -MP -MF addtf3_s.dep -DSHARED -fexceptions -c ../.././gcc/addtf3.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o divtf3_s.o -MT divtf3_s.o -MD -MP -MF divtf3_s.dep -DSHARED -fexceptions -c ../.././gcc/divtf3.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o eqtf2_s.o -MT eqtf2_s.o -MD -MP -MF eqtf2_s.dep -DSHARED -fexceptions -c ../.././gcc/eqtf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o getf2_s.o -MT getf2_s.o -MD -MP -MF getf2_s.dep -DSHARED -fexceptions -c ../.././gcc/getf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o letf2_s.o -MT letf2_s.o -MD -MP -MF letf2_s.dep -DSHARED -fexceptions -c ../.././gcc/letf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o multf3_s.o -MT multf3_s.o -MD -MP -MF multf3_s.dep -DSHARED -fexceptions -c ../.././gcc/multf3.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o negtf2_s.o -MT negtf2_s.o -MD -MP -MF negtf2_s.dep -DSHARED -fexceptions -c ../.././gcc/negtf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o subtf3_s.o -MT subtf3_s.o -MD -MP -MF subtf3_s.dep -DSHARED -fexceptions -c ../.././gcc/subtf3.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unordtf2_s.o -MT unordtf2_s.o -MD -MP -MF unordtf2_s.dep -DSHARED -fexceptions -c ../.././gcc/unordtf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixtfsi_s.o -MT fixtfsi_s.o -MD -MP -MF fixtfsi_s.dep -DSHARED -fexceptions -c ../.././gcc/fixtfsi.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixunstfsi_s.o -MT fixunstfsi_s.o -MD -MP -MF fixunstfsi_s.dep -DSHARED -fexceptions -c ../.././gcc/fixunstfsi.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatsitf_s.o -MT floatsitf_s.o -MD -MP -MF floatsitf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatsitf.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatunsitf_s.o -MT floatunsitf_s.o -MD -MP -MF floatunsitf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatunsitf.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixtfdi_s.o -MT fixtfdi_s.o -MD -MP -MF fixtfdi_s.dep -DSHARED -fexceptions -c ../.././gcc/fixtfdi.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixunstfdi_s.o -MT fixunstfdi_s.o -MD -MP -MF fixunstfdi_s.dep -DSHARED -fexceptions -c ../.././gcc/fixunstfdi.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatditf_s.o -MT floatditf_s.o -MD -MP -MF floatditf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatditf.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatunditf_s.o -MT floatunditf_s.o -MD -MP -MF floatunditf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatunditf.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixtfti_s.o -MT fixtfti_s.o -MD -MP -MF fixtfti_s.dep -DSHARED -fexceptions -c ../.././gcc/fixtfti.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixunstfti_s.o -MT fixunstfti_s.o -MD -MP -MF fixunstfti_s.dep -DSHARED -fexceptions -c ../.././gcc/fixunstfti.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floattitf_s.o -MT floattitf_s.o -MD -MP -MF floattitf_s.dep -DSHARED -fexceptions -c ../.././gcc/floattitf.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatuntitf_s.o -MT floatuntitf_s.o -MD -MP -MF floatuntitf_s.dep -DSHARED -fexceptions -c ../.././gcc/floatuntitf.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o extendsftf2_s.o -MT extendsftf2_s.o -MD -MP -MF extendsftf2_s.dep -DSHARED -fexceptions -c ../.././gcc/extendsftf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o extenddftf2_s.o -MT extenddftf2_s.o -MD -MP -MF extenddftf2_s.dep -DSHARED -fexceptions -c ../.././gcc/extenddftf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o extendxftf2_s.o -MT extendxftf2_s.o -MD -MP -MF extendxftf2_s.dep -DSHARED -fexceptions -c ../.././gcc/extendxftf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o trunctfsf2_s.o -MT trunctfsf2_s.o -MD -MP -MF trunctfsf2_s.dep -DSHARED -fexceptions -c ../.././gcc/trunctfsf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o trunctfdf2_s.o -MT trunctfdf2_s.o -MD -MP -MF trunctfdf2_s.dep -DSHARED -fexceptions -c ../.././gcc/trunctfdf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o trunctfxf2_s.o -MT trunctfxf2_s.o -MD -MP -MF trunctfxf2_s.dep -DSHARED -fexceptions -c ../.././gcc/trunctfxf2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-dw2_s.o -MT unwind-dw2_s.o -MD -MP -MF unwind-dw2_s.dep -DSHARED -fexceptions -c ../../../libgcc/../gcc/unwind-dw2.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-dw2-fde-darwin_s.o -MT unwind-dw2-fde-darwin_s.o -MD -MP -MF unwind-dw2-fde-darwin_s.dep -DSHARED -fexceptions -c ../../../libgcc/../gcc/unwind-dw2-fde-darwin.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-sjlj_s.o -MT unwind-sjlj_s.o -MD -MP -MF unwind-sjlj_s.dep -DSHARED -fexceptions -c ../../../libgcc/../gcc/unwind-sjlj.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-c_s.o -MT unwind-c_s.o -MD -MP -MF unwind-c_s.dep -DSHARED -fexceptions -c ../../../libgcc/../gcc/unwind-c.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o emutls_s.o -MT emutls_s.o -MD -MP -MF emutls_s.dep -DSHARED -fexceptions -c ../../../libgcc/../gcc/emutls.c | |
| # Recursively invoke make in the GCC directory to build any | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| # startfiles (for now). We must do this just once, passing | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _negdi2.o -MT _negdi2.o -MD -MP -MF _negdi2.dep -DL_negdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| # it all the GCC_EXTRA_PARTS as simultaneous goal targets, | |
| # so that rules which cannot execute simultaneously are properly | |
| # serialized. We indirect through T_TARGET in case any multilib | |
| # directories contain an equals sign, to prevent make from | |
| # interpreting any of the goals as variable assignments. | |
| # We must use cd && make rather than make -C, or else the stage | |
| # number will be embedded in debug information. | |
| T=`${PWDCMD-pwd}`/ \ | |
| && cd ../.././gcc \ | |
| && /usr/bin/make GCC_FOR_TARGET="/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include" \ | |
| MULTILIB_CFLAGS="-O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89" \ | |
| T=$T \ | |
| T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o ${T}crtprec80.o" \ | |
| T_TARGET | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _lshrdi3.o -MT _lshrdi3.o -MD -MP -MF _lshrdi3.dep -DL_lshrdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ashldi3.o -MT _ashldi3.o -MD -MP -MF _ashldi3.dep -DL_ashldi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ashrdi3.o -MT _ashrdi3.o -MD -MP -MF _ashrdi3.dep -DL_ashrdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _cmpdi2.o -MT _cmpdi2.o -MD -MP -MF _cmpdi2.dep -DL_cmpdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ucmpdi2.o -MT _ucmpdi2.o -MD -MP -MF _ucmpdi2.dep -DL_ucmpdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clear_cache.o -MT _clear_cache.o -MD -MP -MF _clear_cache.dep -DL_clear_cache -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _enable_execute_stack.o -MT _enable_execute_stack.o -MD -MP -MF _enable_execute_stack.dep -DL_enable_execute_stack -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _trampoline.o -MT _trampoline.o -MD -MP -MF _trampoline.dep -DL_trampoline -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o __main.o -MT __main.o -MD -MP -MF __main.dep -DL__main -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _absvsi2.o -MT _absvsi2.o -MD -MP -MF _absvsi2.dep -DL_absvsi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _absvdi2.o -MT _absvdi2.o -MD -MP -MF _absvdi2.dep -DL_absvdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _addvsi3.o -MT _addvsi3.o -MD -MP -MF _addvsi3.dep -DL_addvsi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _addvdi3.o -MT _addvdi3.o -MD -MP -MF _addvdi3.dep -DL_addvdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _subvsi3.o -MT _subvsi3.o -MD -MP -MF _subvsi3.dep -DL_subvsi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _subvdi3.o -MT _subvdi3.o -MD -MP -MF _subvdi3.dep -DL_subvdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulvsi3.o -MT _mulvsi3.o -MD -MP -MF _mulvsi3.dep -DL_mulvsi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulvdi3.o -MT _mulvdi3.o -MD -MP -MF _mulvdi3.dep -DL_mulvdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _negvsi2.o -MT _negvsi2.o -MD -MP -MF _negvsi2.dep -DL_negvsi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _negvdi2.o -MT _negvdi2.o -MD -MP -MF _negvdi2.dep -DL_negvdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ctors.o -MT _ctors.o -MD -MP -MF _ctors.dep -DL_ctors -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ffssi2.o -MT _ffssi2.o -MD -MP -MF _ffssi2.dep -DL_ffssi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ffsdi2.o -MT _ffsdi2.o -MD -MP -MF _ffsdi2.dep -DL_ffsdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clz.o -MT _clz.o -MD -MP -MF _clz.dep -DL_clz -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clzsi2.o -MT _clzsi2.o -MD -MP -MF _clzsi2.dep -DL_clzsi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _clzdi2.o -MT _clzdi2.o -MD -MP -MF _clzdi2.dep -DL_clzdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ctzsi2.o -MT _ctzsi2.o -MD -MP -MF _ctzsi2.dep -DL_ctzsi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _ctzdi2.o -MT _ctzdi2.o -MD -MP -MF _ctzdi2.dep -DL_ctzdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _popcount_tab.o -MT _popcount_tab.o -MD -MP -MF _popcount_tab.dep -DL_popcount_tab -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _popcountsi2.o -MT _popcountsi2.o -MD -MP -MF _popcountsi2.dep -DL_popcountsi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _popcountdi2.o -MT _popcountdi2.o -MD -MP -MF _popcountdi2.dep -DL_popcountdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc -I../../gcc -I../../gcc//private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 \ | |
| -fno-tree-dominator-opts \ | |
| -c ../../gcc/config/darwin-crt3.c -o /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/crt3.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 \ | |
| -msse -minline-all-stringops -c \ | |
| ../../gcc/config/i386/crtfastmath.c \ | |
| -o /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/crtfastmath.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _paritysi2.o -MT _paritysi2.o -MD -MP -MF _paritysi2.dep -DL_paritysi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _paritydi2.o -MT _paritydi2.o -MD -MP -MF _paritydi2.dep -DL_paritydi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powisf2.o -MT _powisf2.o -MD -MP -MF _powisf2.dep -DL_powisf2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powidf2.o -MT _powidf2.o -MD -MP -MF _powidf2.dep -DL_powidf2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powixf2.o -MT _powixf2.o -MD -MP -MF _powixf2.dep -DL_powixf2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -D__PREC=32 -c \ | |
| ../../gcc/config/i386/crtprec.c \ | |
| -o /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/crtprec32.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _powitf2.o -MT _powitf2.o -MD -MP -MF _powitf2.dep -DL_powitf2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulsc3.o -MT _mulsc3.o -MD -MP -MF _mulsc3.dep -DL_mulsc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _muldc3.o -MT _muldc3.o -MD -MP -MF _muldc3.dep -DL_muldc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -D__PREC=64 -c \ | |
| ../../gcc/config/i386/crtprec.c \ | |
| -o /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/crtprec64.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _mulxc3.o -MT _mulxc3.o -MD -MP -MF _mulxc3.dep -DL_mulxc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _multc3.o -MT _multc3.o -MD -MP -MF _multc3.dep -DL_multc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -D__PREC=80 -c \ | |
| ../../gcc/config/i386/crtprec.c \ | |
| -o /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/crtprec80.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divsc3.o -MT _divsc3.o -MD -MP -MF _divsc3.dep -DL_divsc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| # Early copyback; see "all" above for the rationale. The | |
| # early copy is necessary so that the gcc -B options find | |
| # the right startup files when linking shared libgcc. | |
| /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc | |
| parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ | |
| for file in $parts; do \ | |
| rm -f ../.././gcc/$file; \ | |
| /usr/bin/install -c -m 644 $file ../.././gcc/; \ | |
| done | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divdc3.o -MT _divdc3.o -MD -MP -MF _divdc3.dep -DL_divdc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divxc3.o -MT _divxc3.o -MD -MP -MF _divxc3.dep -DL_divxc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divtc3.o -MT _divtc3.o -MD -MP -MF _divtc3.dep -DL_divtc3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _bswapsi2.o -MT _bswapsi2.o -MD -MP -MF _bswapsi2.dep -DL_bswapsi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _bswapdi2.o -MT _bswapdi2.o -MD -MP -MF _bswapdi2.dep -DL_bswapdi2 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _eprintf.o -MT _eprintf.o -MD -MP -MF _eprintf.dep -DL_eprintf -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o __gcc_bcmp.o -MT __gcc_bcmp.o -MD -MP -MF __gcc_bcmp.dep -DL__gcc_bcmp -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunssfsi.o -MT _fixunssfsi.o -MD -MP -MF _fixunssfsi.dep -DL_fixunssfsi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsdfsi.o -MT _fixunsdfsi.o -MD -MP -MF _fixunsdfsi.dep -DL_fixunsdfsi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsxfsi.o -MT _fixunsxfsi.o -MD -MP -MF _fixunsxfsi.dep -DL_fixunsxfsi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixsfdi.o -MT _fixsfdi.o -MD -MP -MF _fixsfdi.dep -DL_fixsfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixdfdi.o -MT _fixdfdi.o -MD -MP -MF _fixdfdi.dep -DL_fixdfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixxfdi.o -MT _fixxfdi.o -MD -MP -MF _fixxfdi.dep -DL_fixxfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixtfdi.o -MT _fixtfdi.o -MD -MP -MF _fixtfdi.dep -DL_fixtfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunssfdi.o -MT _fixunssfdi.o -MD -MP -MF _fixunssfdi.dep -DL_fixunssfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsdfdi.o -MT _fixunsdfdi.o -MD -MP -MF _fixunsdfdi.dep -DL_fixunsdfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsxfdi.o -MT _fixunsxfdi.o -MD -MP -MF _fixunsxfdi.dep -DL_fixunsxfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunstfdi.o -MT _fixunstfdi.o -MD -MP -MF _fixunstfdi.dep -DL_fixunstfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatdisf.o -MT _floatdisf.o -MD -MP -MF _floatdisf.dep -DL_floatdisf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatdidf.o -MT _floatdidf.o -MD -MP -MF _floatdidf.dep -DL_floatdidf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatdixf.o -MT _floatdixf.o -MD -MP -MF _floatdixf.dep -DL_floatdixf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatditf.o -MT _floatditf.o -MD -MP -MF _floatditf.dep -DL_floatditf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatundisf.o -MT _floatundisf.o -MD -MP -MF _floatundisf.dep -DL_floatundisf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatundidf.o -MT _floatundidf.o -MD -MP -MF _floatundidf.dep -DL_floatundidf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatundixf.o -MT _floatundixf.o -MD -MP -MF _floatundixf.dep -DL_floatundixf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatunditf.o -MT _floatunditf.o -MD -MP -MF _floatunditf.dep -DL_floatunditf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=4 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixsfti.o -MT _fixsfti.o -MD -MP -MF _fixsfti.dep -DL_fixsfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixdfti.o -MT _fixdfti.o -MD -MP -MF _fixdfti.dep -DL_fixdfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixxfti.o -MT _fixxfti.o -MD -MP -MF _fixxfti.dep -DL_fixxfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixtfti.o -MT _fixtfti.o -MD -MP -MF _fixtfti.dep -DL_fixtfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunssfti.o -MT _fixunssfti.o -MD -MP -MF _fixunssfti.dep -DL_fixunssfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsdfti.o -MT _fixunsdfti.o -MD -MP -MF _fixunsdfti.dep -DL_fixunsdfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunsxfti.o -MT _fixunsxfti.o -MD -MP -MF _fixunsxfti.dep -DL_fixunsxfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _fixunstfti.o -MT _fixunstfti.o -MD -MP -MF _fixunstfti.dep -DL_fixunstfdi -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattisf.o -MT _floattisf.o -MD -MP -MF _floattisf.dep -DL_floatdisf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattidf.o -MT _floattidf.o -MD -MP -MF _floattidf.dep -DL_floatdidf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattixf.o -MT _floattixf.o -MD -MP -MF _floattixf.dep -DL_floatdixf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floattitf.o -MT _floattitf.o -MD -MP -MF _floattitf.dep -DL_floatditf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntisf.o -MT _floatuntisf.o -MD -MP -MF _floatuntisf.dep -DL_floatundisf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntidf.o -MT _floatuntidf.o -MD -MP -MF _floatuntidf.dep -DL_floatundidf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntixf.o -MT _floatuntixf.o -MD -MP -MF _floatuntixf.dep -DL_floatundixf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _floatuntitf.o -MT _floatuntitf.o -MD -MP -MF _floatuntitf.dep -DL_floatunditf -c ../../../libgcc/../gcc/libgcc2.c -fvisibility=hidden -DHIDE_EXPORTS \ | |
| -DLIBGCC2_UNITS_PER_WORD=8 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _divdi3.o -MT _divdi3.o -MD -MP -MF _divdi3.dep -DL_divdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _moddi3.o -MT _moddi3.o -MD -MP -MF _moddi3.dep -DL_moddi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _udivdi3.o -MT _udivdi3.o -MD -MP -MF _udivdi3.dep -DL_udivdi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _umoddi3.o -MT _umoddi3.o -MD -MP -MF _umoddi3.dep -DL_umoddi3 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _udiv_w_sdiv.o -MT _udiv_w_sdiv.o -MD -MP -MF _udiv_w_sdiv.dep -DL_udiv_w_sdiv -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _udivmoddi4.o -MT _udivmoddi4.o -MD -MP -MF _udivmoddi4.dep -DL_udivmoddi4 -c ../../../libgcc/../gcc/libgcc2.c \ | |
| -fexceptions -fnon-call-exceptions -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o darwin-64.o -MT darwin-64.o -MD -MP -MF darwin-64.dep -fexceptions -c ../../../libgcc/../gcc/config/darwin-64.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o addtf3.o -MT addtf3.o -MD -MP -MF addtf3.dep -fexceptions -c ../.././gcc/addtf3.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o divtf3.o -MT divtf3.o -MD -MP -MF divtf3.dep -fexceptions -c ../.././gcc/divtf3.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o eqtf2.o -MT eqtf2.o -MD -MP -MF eqtf2.dep -fexceptions -c ../.././gcc/eqtf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o getf2.o -MT getf2.o -MD -MP -MF getf2.dep -fexceptions -c ../.././gcc/getf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o letf2.o -MT letf2.o -MD -MP -MF letf2.dep -fexceptions -c ../.././gcc/letf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o multf3.o -MT multf3.o -MD -MP -MF multf3.dep -fexceptions -c ../.././gcc/multf3.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o negtf2.o -MT negtf2.o -MD -MP -MF negtf2.dep -fexceptions -c ../.././gcc/negtf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o subtf3.o -MT subtf3.o -MD -MP -MF subtf3.dep -fexceptions -c ../.././gcc/subtf3.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unordtf2.o -MT unordtf2.o -MD -MP -MF unordtf2.dep -fexceptions -c ../.././gcc/unordtf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixtfsi.o -MT fixtfsi.o -MD -MP -MF fixtfsi.dep -fexceptions -c ../.././gcc/fixtfsi.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixunstfsi.o -MT fixunstfsi.o -MD -MP -MF fixunstfsi.dep -fexceptions -c ../.././gcc/fixunstfsi.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatsitf.o -MT floatsitf.o -MD -MP -MF floatsitf.dep -fexceptions -c ../.././gcc/floatsitf.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatunsitf.o -MT floatunsitf.o -MD -MP -MF floatunsitf.dep -fexceptions -c ../.././gcc/floatunsitf.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixtfdi.o -MT fixtfdi.o -MD -MP -MF fixtfdi.dep -fexceptions -c ../.././gcc/fixtfdi.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixunstfdi.o -MT fixunstfdi.o -MD -MP -MF fixunstfdi.dep -fexceptions -c ../.././gcc/fixunstfdi.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatditf.o -MT floatditf.o -MD -MP -MF floatditf.dep -fexceptions -c ../.././gcc/floatditf.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatunditf.o -MT floatunditf.o -MD -MP -MF floatunditf.dep -fexceptions -c ../.././gcc/floatunditf.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixtfti.o -MT fixtfti.o -MD -MP -MF fixtfti.dep -fexceptions -c ../.././gcc/fixtfti.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o fixunstfti.o -MT fixunstfti.o -MD -MP -MF fixunstfti.dep -fexceptions -c ../.././gcc/fixunstfti.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floattitf.o -MT floattitf.o -MD -MP -MF floattitf.dep -fexceptions -c ../.././gcc/floattitf.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o floatuntitf.o -MT floatuntitf.o -MD -MP -MF floatuntitf.dep -fexceptions -c ../.././gcc/floatuntitf.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o extendsftf2.o -MT extendsftf2.o -MD -MP -MF extendsftf2.dep -fexceptions -c ../.././gcc/extendsftf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o extenddftf2.o -MT extenddftf2.o -MD -MP -MF extenddftf2.dep -fexceptions -c ../.././gcc/extenddftf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o extendxftf2.o -MT extendxftf2.o -MD -MP -MF extendxftf2.dep -fexceptions -c ../.././gcc/extendxftf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o trunctfsf2.o -MT trunctfsf2.o -MD -MP -MF trunctfsf2.dep -fexceptions -c ../.././gcc/trunctfsf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o trunctfdf2.o -MT trunctfdf2.o -MD -MP -MF trunctfdf2.dep -fexceptions -c ../.././gcc/trunctfdf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o trunctfxf2.o -MT trunctfxf2.o -MD -MP -MF trunctfxf2.dep -fexceptions -c ../.././gcc/trunctfxf2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov.o -MT _gcov.o -MD -MP -MF _gcov.dep -DL_gcov -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_add.o -MT _gcov_merge_add.o -MD -MP -MF _gcov_merge_add.dep -DL_gcov_merge_add -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_single.o -MT _gcov_merge_single.o -MD -MP -MF _gcov_merge_single.dep -DL_gcov_merge_single -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_delta.o -MT _gcov_merge_delta.o -MD -MP -MF _gcov_merge_delta.dep -DL_gcov_merge_delta -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_fork.o -MT _gcov_fork.o -MD -MP -MF _gcov_fork.dep -DL_gcov_fork -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_execl.o -MT _gcov_execl.o -MD -MP -MF _gcov_execl.dep -DL_gcov_execl -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_execlp.o -MT _gcov_execlp.o -MD -MP -MF _gcov_execlp.dep -DL_gcov_execlp -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_execle.o -MT _gcov_execle.o -MD -MP -MF _gcov_execle.dep -DL_gcov_execle -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_execv.o -MT _gcov_execv.o -MD -MP -MF _gcov_execv.dep -DL_gcov_execv -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_execvp.o -MT _gcov_execvp.o -MD -MP -MF _gcov_execvp.dep -DL_gcov_execvp -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_execve.o -MT _gcov_execve.o -MD -MP -MF _gcov_execve.dep -DL_gcov_execve -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_interval_profiler.o -MT _gcov_interval_profiler.o -MD -MP -MF _gcov_interval_profiler.dep -DL_gcov_interval_profiler -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_pow2_profiler.o -MT _gcov_pow2_profiler.o -MD -MP -MF _gcov_pow2_profiler.dep -DL_gcov_pow2_profiler -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_one_value_profiler.o -MT _gcov_one_value_profiler.o -MD -MP -MF _gcov_one_value_profiler.dep -DL_gcov_one_value_profiler -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_indirect_call_profiler.o -MT _gcov_indirect_call_profiler.o -MD -MP -MF _gcov_indirect_call_profiler.dep -DL_gcov_indirect_call_profiler -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_average_profiler.o -MT _gcov_average_profiler.o -MD -MP -MF _gcov_average_profiler.dep -DL_gcov_average_profiler -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_ior_profiler.o -MT _gcov_ior_profiler.o -MD -MP -MF _gcov_ior_profiler.dep -DL_gcov_ior_profiler -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o _gcov_merge_ior.o -MT _gcov_merge_ior.o -MD -MP -MF _gcov_merge_ior.dep -DL_gcov_merge_ior -c ../../../libgcc/../gcc/libgcov.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-dw2.o -MT unwind-dw2.o -MD -MP -MF unwind-dw2.dep -fexceptions -c ../../../libgcc/../gcc/unwind-dw2.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-dw2-fde-darwin.o -MT unwind-dw2-fde-darwin.o -MD -MP -MF unwind-dw2-fde-darwin.dep -fexceptions -c ../../../libgcc/../gcc/unwind-dw2-fde-darwin.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-sjlj.o -MT unwind-sjlj.o -MD -MP -MF unwind-sjlj.dep -fexceptions -c ../../../libgcc/../gcc/unwind-sjlj.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o unwind-c.o -MT unwind-c.o -MD -MP -MF unwind-c.dep -fexceptions -c ../../../libgcc/../gcc/unwind-c.c -fvisibility=hidden -DHIDE_EXPORTS | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -o emutls.o -MT emutls.o -MD -MP -MF emutls.dep -fexceptions -c ../../../libgcc/../gcc/emutls.c -fvisibility=hidden -DHIDE_EXPORTS | |
| { /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/nm -pg _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixtfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _fixsfti_s.o _fixdfti_s.o _fixxfti_s.o _fixtfti_s.o _fixunssfti_s.o _fixunsdfti_s.o _fixunsxfti_s.o _fixunstfti_s.o _floattisf_s.o _floattidf_s.o _floattixf_s.o _floattitf_s.o _floatuntisf_s.o _floatuntidf_s.o _floatuntixf_s.o _floatuntitf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o darwin-64_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o; echo %%; \ | |
| cat ../../../libgcc/../gcc/libgcc-std.ver \ | |
| | sed -e '/^[ ]*#/d' \ | |
| -e 's/^%\(if\|else\|elif\|endif\|define\)/#\1/' \ | |
| | /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -E -xassembler-with-cpp -; \ | |
| } | awk -f ../../../libgcc/../gcc/mkmap-flat.awk -v leading_underscore=1 > tmp-libgcc.map | |
| rm -f libgcc.a | |
| objects="_muldi3.o _negdi2.o _lshrdi3.o _ashldi3.o _ashrdi3.o _cmpdi2.o _ucmpdi2.o _clear_cache.o _enable_execute_stack.o _trampoline.o __main.o _absvsi2.o _absvdi2.o _addvsi3.o _addvdi3.o _subvsi3.o _subvdi3.o _mulvsi3.o _mulvdi3.o _negvsi2.o _negvdi2.o _ctors.o _ffssi2.o _ffsdi2.o _clz.o _clzsi2.o _clzdi2.o _ctzsi2.o _ctzdi2.o _popcount_tab.o _popcountsi2.o _popcountdi2.o _paritysi2.o _paritydi2.o _powisf2.o _powidf2.o _powixf2.o _powitf2.o _mulsc3.o _muldc3.o _mulxc3.o _multc3.o _divsc3.o _divdc3.o _divxc3.o _divtc3.o _bswapsi2.o _bswapdi2.o _eprintf.o __gcc_bcmp.o _fixunssfsi.o _fixunsdfsi.o _fixunsxfsi.o _fixsfdi.o _fixdfdi.o _fixxfdi.o _fixtfdi.o _fixunssfdi.o _fixunsdfdi.o _fixunsxfdi.o _fixunstfdi.o _floatdisf.o _floatdidf.o _floatdixf.o _floatditf.o _floatundisf.o _floatundidf.o _floatundixf.o _floatunditf.o _fixsfti.o _fixdfti.o _fixxfti.o _fixtfti.o _fixunssfti.o _fixunsdfti.o _fixunsxfti.o _fixunstfti.o _floattisf.o _floattidf.o _floattixf.o _floattitf.o _floatuntisf.o _floatuntidf.o _floatuntixf.o _floatuntitf.o _divdi3.o _moddi3.o _udivdi3.o _umoddi3.o _udiv_w_sdiv.o _udivmoddi4.o darwin-64.o addtf3.o divtf3.o eqtf2.o getf2.o letf2.o multf3.o negtf2.o subtf3.o unordtf2.o fixtfsi.o fixunstfsi.o floatsitf.o floatunsitf.o fixtfdi.o fixunstfdi.o floatditf.o floatunditf.o fixtfti.o fixunstfti.o floattitf.o floatuntitf.o extendsftf2.o extenddftf2.o extendxftf2.o trunctfsf2.o trunctfdf2.o trunctfxf2.o"; \ | |
| if test -z "$objects"; then \ | |
| echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ | |
| -o eh_dummy.o; \ | |
| objects=eh_dummy.o; \ | |
| fi; \ | |
| ar rc libgcc.a $objects | |
| ranlib -c libgcc.a | |
| mv tmp-libgcc.map libgcc.map | |
| # @multilib_flags@ is still needed because this may use | |
| # /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include and -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED directly. | |
| # @multilib_dir@ is not really necessary, but sometimes it has | |
| # more uses than just a directory name. | |
| /bin/sh ../../../libgcc/../mkinstalldirs . | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -dynamiclib -nodefaultlibs -install_name /usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/libgcc_s`if test . = ppc64 ; then echo _. ; fi`.1.dylib -single_module -o ./libgcc_s.1.dylib.tmp -Wl,-exported_symbols_list,libgcc.map -compatibility_version 1 -current_version 1.0 -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixtfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _fixsfti_s.o _fixdfti_s.o _fixxfti_s.o _fixtfti_s.o _fixunssfti_s.o _fixunsdfti_s.o _fixunsxfti_s.o _fixunstfti_s.o _floattisf_s.o _floattidf_s.o _floattixf_s.o _floattitf_s.o _floatuntisf_s.o _floatuntidf_s.o _floatuntixf_s.o _floatuntitf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o darwin-64_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o -lc | |
| ld: warning: could not create compact unwind for __Unwind_Resume: non-standard register 0 being saved in prolog | |
| ld: warning: could not create compact unwind for __Unwind_ForcedUnwind: non-standard register 0 being saved in prolog | |
| ld: warning: could not create compact unwind for __Unwind_RaiseException: non-standard register 0 being saved in prolog | |
| ld: warning: could not create compact unwind for __Unwind_Resume_or_Rethrow: non-standard register 0 being saved in prolog | |
| strip -o libgcc_s.10.4.dylib_T \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ | |
| ./libgcc_s.1.dylib.tmp | |
| strip -o libgcc_s.10.5.dylib_T \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ | |
| ./libgcc_s.1.dylib.tmp | |
| strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/libgcc_s.1.dylib.tmp | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/libgcc_s.1.dylib.tmp | |
| MLIBS=`/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include --print-multi-lib \ | |
| | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ | |
| for mlib in $MLIBS ; do \ | |
| strip -o libgcc_s.10.4.dylib_T${mlib} \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ | |
| ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ | |
| done | |
| MLIBS=`/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include --print-multi-lib \ | |
| | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ | |
| for mlib in $MLIBS ; do \ | |
| strip -o libgcc_s.10.5.dylib_T${mlib} \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ | |
| ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ | |
| done | |
| lipo -output libgcc_s.10.5.dylib -create libgcc_s.10.5.dylib_T* | |
| lipo -output libgcc_s.10.4.dylib -create libgcc_s.10.4.dylib_T* | |
| rm libgcc_s.10.5.dylib_T* | |
| rm libgcc_s.10.4.dylib_T* | |
| cp libgcc_s.1.dylib.tmp \ | |
| ./libgcc_s.1.dylib_T_ || exit 1 ; \ | |
| MLIBS=`/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include --print-multi-lib \ | |
| | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ | |
| for mlib in $MLIBS ; do \ | |
| cp ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp \ | |
| ./libgcc_s.1.dylib_T_${mlib} || exit 1 ; \ | |
| done | |
| lipo -output libgcc_s.1.dylib \ | |
| -create libgcc_s.1.dylib_T* | |
| rm libgcc_s.1.dylib_T* | |
| rm -f libgcov.a | |
| objects="_gcov.o _gcov_merge_add.o _gcov_merge_single.o _gcov_merge_delta.o _gcov_fork.o _gcov_execl.o _gcov_execlp.o _gcov_execle.o _gcov_execv.o _gcov_execvp.o _gcov_execve.o _gcov_interval_profiler.o _gcov_pow2_profiler.o _gcov_one_value_profiler.o _gcov_indirect_call_profiler.o _gcov_average_profiler.o _gcov_ior_profiler.o _gcov_merge_ior.o"; \ | |
| if test -z "$objects"; then \ | |
| echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ | |
| -o eh_dummy.o; \ | |
| objects=eh_dummy.o; \ | |
| fi; \ | |
| ar rc libgcov.a $objects | |
| ranlib -c libgcov.a | |
| rm -f libgcc_eh.a | |
| objects="unwind-dw2.o unwind-dw2-fde-darwin.o unwind-sjlj.o unwind-c.o emutls.o"; \ | |
| if test -z "$objects"; then \ | |
| echo 'int __libgcc_eh_dummy;' > eh_dummy.c; \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include -DHAVE_CC_TLS -fvisibility=hidden -DHIDE_EXPORTS -c eh_dummy.c \ | |
| -o eh_dummy.o; \ | |
| objects=eh_dummy.o; \ | |
| fi; \ | |
| ar rc libgcc_eh.a $objects | |
| ranlib -c libgcc_eh.a | |
| # Now that we have built all the objects, we need to copy | |
| # them back to the GCC directory. Too many things (other | |
| # in-tree libraries, and DejaGNU) know about the layout | |
| # of the build tree, for now. | |
| /usr/bin/make install-leaf DESTDIR=../.././gcc \ | |
| slibdir= libsubdir= MULTIOSDIR=. | |
| /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc | |
| /usr/bin/install -c -m 644 libgcc_eh.a ../.././gcc/ | |
| # Recursively invoke make in the GCC directory to build any | |
| # If this is the top-level multilib, build all the other | |
| # startfiles (for now). We must do this just once, passing | |
| # multilibs. | |
| chmod 644 ../.././gcc/libgcc_eh.a | |
| # it all the GCC_EXTRA_PARTS as simultaneous goal targets, | |
| ranlib -c ../.././gcc/libgcc_eh.a | |
| # so that rules which cannot execute simultaneously are properly | |
| # serialized. We indirect through T_TARGET in case any multilib | |
| /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc; /usr/bin/install -c -m 644 libgcc_s.1.dylib ../.././gcc/libgcc_s.1.dylib | |
| # directories contain an equals sign, to prevent make from | |
| # interpreting any of the goals as variable assignments. | |
| # We must use cd && make rather than make -C, or else the stage | |
| # number will be embedded in debug information. | |
| T=`${PWDCMD-pwd}`/ \ | |
| && cd ../.././gcc \ | |
| && /usr/bin/make GCC_FOR_TARGET="/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include" \ | |
| MULTILIB_CFLAGS="-O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89" \ | |
| T=$T \ | |
| T_TARGET="${T}crt3.o ${T}crtfastmath.o ${T}crtprec32.o ${T}crtprec64.o ${T}crtprec80.o" \ | |
| T_TARGET | |
| make[5]: Nothing to be done for `T_TARGET'. | |
| # Early copyback; see "all" above for the rationale. The | |
| # early copy is necessary so that the gcc -B options find | |
| # the right startup files when linking shared libgcc. | |
| /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc | |
| parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ | |
| for file in $parts; do \ | |
| rm -f ../.././gcc/$file; \ | |
| /usr/bin/install -c -m 644 $file ../.././gcc/; \ | |
| done | |
| # @multilib_flags@ is still needed because this may use | |
| # /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include and -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED directly. | |
| # @multilib_dir@ is not really necessary, but sometimes it has | |
| # more uses than just a directory name. | |
| /bin/sh ../../../libgcc/../mkinstalldirs . | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -pipe -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -dynamiclib -nodefaultlibs -install_name /usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/libgcc_s`if test . = ppc64 ; then echo _. ; fi`.1.dylib -single_module -o ./libgcc_s.1.dylib.tmp -Wl,-exported_symbols_list,libgcc.map -compatibility_version 1 -current_version 1.0 -O2 -fkeep-inline-functions -D_FORTIFY_SOURCE=0 -std=gnu89 -B./ _muldi3_s.o _negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o _ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o _trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o _addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o _negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o _clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o _popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o _powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o _muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o _divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o _fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o _fixxfdi_s.o _fixtfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o _floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _fixsfti_s.o _fixdfti_s.o _fixxfti_s.o _fixtfti_s.o _fixunssfti_s.o _fixunsdfti_s.o _fixunsxfti_s.o _fixunstfti_s.o _floattisf_s.o _floattidf_s.o _floattixf_s.o _floattitf_s.o _floatuntisf_s.o _floatuntidf_s.o _floatuntixf_s.o _floatuntitf_s.o _divdi3_s.o _moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o darwin-64_s.o addtf3_s.o divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-sjlj_s.o unwind-c_s.o emutls_s.o -lc | |
| ld: warning: could not create compact unwind for __Unwind_Resume: non-standard register 0 being saved in prolog | |
| ld: warning: could not create compact unwind for __Unwind_ForcedUnwind: non-standard register 0 being saved in prolog | |
| ld: warning: could not create compact unwind for __Unwind_RaiseException: non-standard register 0 being saved in prolog | |
| ld: warning: could not create compact unwind for __Unwind_Resume_or_Rethrow: non-standard register 0 being saved in prolog | |
| strip -o libgcc_s.10.4.dylib_T \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ | |
| ./libgcc_s.1.dylib.tmp | |
| strip -o libgcc_s.10.5.dylib_T \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ | |
| ./libgcc_s.1.dylib.tmp | |
| strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/libgcc_s.1.dylib.tmp | |
| strip: removing global symbols from a final linked no longer supported. Use -exported_symbols_list at link time when building: /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/i386-apple-darwin12.3.0/libgcc/libgcc_s.1.dylib.tmp | |
| MLIBS=`/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include --print-multi-lib \ | |
| | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ | |
| for mlib in $MLIBS ; do \ | |
| strip -o libgcc_s.10.4.dylib_T${mlib} \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.4.ver -c -u \ | |
| ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ | |
| done | |
| MLIBS=`/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include --print-multi-lib \ | |
| | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ | |
| for mlib in $MLIBS ; do \ | |
| strip -o libgcc_s.10.5.dylib_T${mlib} \ | |
| -s ../../../libgcc/../gcc/config/i386/darwin-libgcc.10.5.ver -c -u \ | |
| ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp || exit 1 ; \ | |
| done | |
| lipo -output libgcc_s.10.5.dylib -create libgcc_s.10.5.dylib_T* | |
| lipo -output libgcc_s.10.4.dylib -create libgcc_s.10.4.dylib_T* | |
| rm libgcc_s.10.5.dylib_T* | |
| rm libgcc_s.10.4.dylib_T* | |
| cp libgcc_s.1.dylib.tmp \ | |
| ./libgcc_s.1.dylib_T_ || exit 1 ; \ | |
| MLIBS=`/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/lib/ -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/include -isystem /usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/sys-include --print-multi-lib \ | |
| | sed -e 's/;.*$//' -e '/^\.$/d'` ; \ | |
| for mlib in $MLIBS ; do \ | |
| cp ../${mlib}/libgcc/${mlib}/libgcc_s.1.dylib.tmp \ | |
| ./libgcc_s.1.dylib_T_${mlib} || exit 1 ; \ | |
| done | |
| lipo -output libgcc_s.1.dylib \ | |
| -create libgcc_s.1.dylib_T* | |
| rm libgcc_s.1.dylib_T* | |
| /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc | |
| for d in libgcc_s.10.4.dylib libgcc_s.10.5.dylib libgcc_s.1.dylib ; do \ | |
| /usr/bin/install -c -m 644 $d ../.././gcc/$d || exit 1 ; \ | |
| done | |
| if [ -f ../.././gcc/libgcc_s_ppc64.1.dylib ]; then \ | |
| rm -f ../.././gcc/libgcc_s_ppc64.1.dylib; \ | |
| else true; fi | |
| ln -s libgcc_s.1.dylib \ | |
| ../.././gcc/libgcc_s_ppc64.1.dylib | |
| if [ -f ../.././gcc/libgcc_s_x86_64.1.dylib ]; then \ | |
| rm -f ../.././gcc/libgcc_s_x86_64.1.dylib; \ | |
| else true; fi | |
| ln -s libgcc_s.1.dylib \ | |
| ../.././gcc/libgcc_s_x86_64.1.dylib | |
| /bin/sh ../../../libgcc/../mkinstalldirs ../.././gcc | |
| /usr/bin/install -c -m 644 libgcc.a ../.././gcc/ | |
| chmod 644 ../.././gcc/libgcc.a | |
| ranlib -c ../.././gcc/libgcc.a | |
| /usr/bin/install -c -m 644 libgcov.a ../.././gcc/ | |
| chmod 644 ../.././gcc/libgcov.a | |
| ranlib -c ../.././gcc/libgcov.a | |
| parts="crt3.o crtfastmath.o crtprec32.o crtprec64.o crtprec80.o"; \ | |
| for file in $parts; do \ | |
| rm -f ../.././gcc/$file; \ | |
| /usr/bin/install -c -m 644 $file ../.././gcc/; \ | |
| done | |
| rm -f stage_current | |
| make[4]: Nothing to be done for `all'. | |
| Configuring stage 2 in ./libiberty | |
| Configuring stage 2 in ./intl | |
| Configuring stage 2 in ./libdecnumber | |
| make[3]: Nothing to be done for `all'. | |
| configure: creating cache ./config.cache | |
| configure: creating cache ./config.cache | |
| configure: creating cache ./config.cache | |
| checking whether /usr/bin/make sets $(MAKE)... checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
| checking whether /usr/bin/make sets $(MAKE)... checking for perl... perl | |
| yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether NLS is requested... no | |
| yes | |
| checking for i386-apple-darwin12.3.0-gcc... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ | |
| checking for msgfmt... no | |
| checking for gmsgfmt... : | |
| checking build system type... checking for xgettext... no | |
| checking for msgmerge... no | |
| checking for C compiler default output file name... checking for i386-apple-darwin12.3.0-gcc... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ | |
| i386-apple-darwin12.3.0 | |
| checking for C compiler default output file name... checking host system type... a.out | |
| checking whether the C compiler works... yes | |
| i386-apple-darwin12.3.0 | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... checking for i386-apple-darwin12.3.0-ar... ar | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for i386-apple-darwin12.3.0-gcc... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ | |
| 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... | |
| checking for suffix of object files... checking for C compiler default output file name... o | |
| checking whether we are using the GNU C compiler... o | |
| checking whether we are using the GNU C compiler... a.out | |
| checking whether the C compiler works... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ accepts -g... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ accepts -g... yes | |
| checking for /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ option to accept ANSI C... | |
| checking for suffix of object files... yes | |
| checking for /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ option to accept ANSI C... o | |
| checking whether we are using the GNU C compiler... none needed | |
| none needed | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ accepts -g... checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for aclocal... no | |
| checking for autoconf... no | |
| checking for autoheader... no | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -W... yes | |
| checking for /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ option to accept ANSI C... checking build system type... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wall... i386-apple-darwin12.3.0 | |
| checking host system type... none needed | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wwrite-strings... i386-apple-darwin12.3.0 | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for library containing strerror... checking how to run the C preprocessor... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wstrict-prototypes... none required | |
| checking how to run the C preprocessor... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -E | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wmissing-prototypes... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -E | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -W... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wold-style-definition... yes | |
| checking for egrep... grep -E | |
| checking for ANSI C header files... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wall... checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wmissing-format-attribute... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wwrite-strings... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wcast-qual... yes | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -pedantic -Wno-long-long... checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wc++-compat... yes | |
| checking how to run the C preprocessor... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wstrict-prototypes... yes | |
| checking for an ANSI C-conforming const... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -E | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -pedantic ... yes | |
| checking for inline... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ and cc understand -c and -o together... inline | |
| checking for egrep... checking for sys/types.h... grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/stat.h... yes | |
| yes | |
| checking for an ANSI C-conforming const... checking for stdlib.h... yes | |
| checking for sys/types.h... yes | |
| checking for inline... yes | |
| checking for string.h... inline | |
| checking whether byte ordering is bigendian... yes | |
| checking for sys/stat.h... yes | |
| checking for memory.h... yes | |
| checking for stdlib.h... no | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for sys/file.h... yes | |
| checking for strings.h... yes | |
| yes | |
| checking for sys/param.h... checking for string.h... yes | |
| yes | |
| checking for inttypes.h... checking for limits.h... yes | |
| checking for memory.h... yes | |
| checking for stdlib.h... yes | |
| checking for stdint.h... yes | |
| yes | |
| checking for malloc.h... checking for strings.h... yes | |
| no | |
| checking for unistd.h... checking for string.h... yes | |
| yes | |
| checking for inttypes.h... checking for unistd.h... yes | |
| checking for off_t... yes | |
| checking for strings.h... yes | |
| checking for stdint.h... yes | |
| yes | |
| checking for size_t... checking for sys/time.h... yes | |
| yes | |
| checking for time.h... checking for unistd.h... yes | |
| checking for working alloca.h... yes | |
| checking for sys/resource.h... yes | |
| yes | |
| checking ctype.h usability... checking for alloca... yes | |
| checking for sys/stat.h... yes | |
| yes | |
| checking ctype.h presence... checking for sys/mman.h... yes | |
| checking for stdlib.h... (cached) yes | |
| yes | |
| checking for ctype.h... yes | |
| checking for unistd.h... (cached) yes | |
| yes | |
| checking stddef.h usability... checking for getpagesize... checking for fcntl.h... yes | |
| checking for alloca.h... yes | |
| checking stddef.h presence... yes | |
| yes | |
| checking for working mmap... yes | |
| checking for stddef.h... yes | |
| checking for sys/pstat.h... checking for string.h... (cached) yes | |
| checking stdio.h usability... no | |
| checking for sys/sysmp.h... no | |
| checking for sys/sysinfo.h... yes | |
| checking stdio.h presence... yes | |
| checking whether we are using the GNU C Library 2.1 or newer... yes | |
| checking for stdio.h... no | |
| checking whether integer division by zero raises SIGFPE... yes | |
| no | |
| checking for machine/hal_sysinfo.h... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no | |
| checking for sys/table.h... yes | |
| checking for uintptr_t... yes | |
| checking for inttypes.h... no | |
| checking for sys/sysctl.h... yes | |
| checking for int_least32_t... yes | |
| yes | |
| checking for stdint.h... checking for sys/systemcfg.h... yes | |
| checking for int_fast32_t... no | |
| yes | |
| checking for unsigned long long... checking for stdint.h... yes | |
| yes | |
| checking for uint64_t... checking for stdio_ext.h... yes | |
| checking for inttypes.h... no | |
| checking for sys/wait.h that is POSIX.1 compatible... yes | |
| checking what to include in gstdint.h... stdint.h (already complete) | |
| checking for an ANSI C-conforming const... yes | |
| yes | |
| checking whether the inttypes.h PRIxNN macros are broken... checking whether time.h and sys/time.h may both be included... yes | |
| checking for off_t... no | |
| checking for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| no | |
| checking for shared library run path origin... checking whether errno must be declared... yes | |
| checking for int... done | |
| no | |
| checking for egrep... grep -E | |
| checking for ANSI C header files... checking argz.h usability... yes | |
| checking size of int... no | |
| checking argz.h presence... no | |
| checking for argz.h... no | |
| checking limits.h usability... 4 | |
| checking for long... yes | |
| checking limits.h presence... yes | |
| yes | |
| checking for sys/types.h... checking for limits.h... yes | |
| yes | |
| checking size of long... checking locale.h usability... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| yes | |
| checking locale.h presence... checking for string.h... (cached) yes | |
| 4 | |
| checking for memory.h... checking for ANSI C header files... (cached) yes | |
| yes | |
| checking for locale.h... yes | |
| checking nl_types.h usability... checking build system type... yes | |
| checking for strings.h... (cached) yes | |
| i386-apple-darwin12.3.0 | |
| checking for inttypes.h... checking host system type... yes | |
| checking nl_types.h presence... yes | |
| i386-apple-darwin12.3.0 | |
| yes | |
| checking for nl_types.h... checking for stdint.h... (cached) yes | |
| yes | |
| checking target system type... checking for unistd.h... (cached) checking malloc.h usability... yes | |
| checking for int... i386-apple-darwin12.3.0 | |
| checking for decimal floating point... dpd | |
| checking whether byte ordering is bigendian... no | |
| checking malloc.h presence... yes | |
| checking size of int... no | |
| checking for malloc.h... no | |
| checking stddef.h usability... no | |
| yes | |
| checking stddef.h presence... updating cache ./config.cache | |
| configure: creating ./config.status | |
| 4 | |
| checking for uintptr_t... yes | |
| checking for stddef.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| yes | |
| checking for a 64-bit type... checking for unistd.h... (cached) yes | |
| checking sys/param.h usability... uint64_t | |
| checking for pid_t... yes | |
| checking sys/param.h presence... yes | |
| yes | |
| checking for sys/param.h... yes | |
| checking for library containing strerror... checking for feof_unlocked... config.status: creating Makefile | |
| none required | |
| checking for asprintf... yes | |
| config.status: creating config.h | |
| checking for fgets_unlocked... config.status: executing gstdint.h commands | |
| yes | |
| checking for atexit... no | |
| checking for getc_unlocked... yes | |
| yes | |
| checking for basename... checking for getcwd... source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libdecnumber -I. -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c | |
| source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libdecnumber -I. -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c | |
| source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libdecnumber -I. -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal32.c | |
| source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libdecnumber -I. -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal64.c | |
| source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libdecnumber -I. -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal128.c | |
| yes | |
| yes | |
| checking for bcmp... checking for getegid... yes | |
| yes | |
| checking for bcopy... checking for geteuid... yes | |
| yes | |
| checking for getgid... checking for bsearch... yes | |
| yes | |
| checking for getuid... checking for bzero... yes | |
| yes | |
| checking for calloc... checking for mempcpy... no | |
| yes | |
| checking for munmap... checking for clock... yes | |
| yes | |
| checking for putenv... checking for ffs... yes | |
| yes | |
| checking for setenv... checking for getcwd... yes | |
| yes | |
| checking for setlocale... checking for getpagesize... yes | |
| yes | |
| checking for stpcpy... checking for gettimeofday... yes | |
| yes | |
| checking for strcasecmp... checking for index... yes | |
| yes | |
| checking for strdup... checking for insque... yes | |
| yes | |
| checking for strtoul... checking for memchr... yes | |
| yes | |
| checking for tsearch... checking for memcmp... yes | |
| yes | |
| checking for __argz_count... checking for memcpy... no | |
| checking for __argz_stringify... yes | |
| checking for memmove... no | |
| checking for __argz_next... yes | |
| checking for mempcpy... no | |
| checking for __fsetlocking... no | |
| checking for memset... no | |
| checking for iconv... yes | |
| checking for mkstemps... yes | |
| checking for putenv... yes | |
| checking how to link with libiconv... -liconv | |
| checking for iconv declaration... | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| checking for nl_langinfo and CODESET... yes | |
| checking for random... yes | |
| checking for LC_MESSAGES... yes | |
| checking for rename... yes | |
| checking for bison... bison | |
| checking version of bison... 2.3, ok | |
| checking whether NLS is requested... no | |
| checking whether to use NLS... no | |
| checking for aclocal... no | |
| checking for autoconf... no | |
| checking for autoheader... no | |
| yes | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| checking for rindex... rm -f libdecnumber.a | |
| ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o | |
| yes | |
| ranlib libdecnumber.a | |
| checking for setenv... yes | |
| checking for snprintf... yes | |
| checking for sigsetmask... config.status: creating Makefile | |
| config.status: creating config.intl | |
| config.status: creating config.h | |
| yes | |
| checking for stpcpy... config.status: executing default-1 commands | |
| yes | |
| checking for stpncpy... yes | |
| checking for strcasecmp... Configuring stage 2 in ./gcc | |
| make[3]: Nothing to be done for `all'. | |
| yes | |
| checking for strchr... yes | |
| checking for strdup... yes | |
| checking for strncasecmp... yes | |
| checking for strndup... configure: creating cache ./config.cache | |
| yes | |
| checking for strrchr... checking build system type... i386-apple-darwin12.3.0 | |
| checking host system type... i386-apple-darwin12.3.0 | |
| yes | |
| checking target system type... checking for strstr... i386-apple-darwin12.3.0 | |
| checking LIBRARY_PATH variable... ok | |
| checking GCC_EXEC_PREFIX variable... ok | |
| checking whether to place generated files in the source directory... no | |
| checking whether a default linker was specified... no | |
| checking whether a default assembler was specified... no | |
| checking for i386-apple-darwin12.3.0-gcc... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ | |
| yes | |
| checking for strtod... 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... yes | |
| checking for strtol... | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking for strtoul... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ accepts -g... yes | |
| yes | |
| checking for /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ option to accept ANSI C... checking for strverscmp... none needed | |
| no | |
| checking for tmpnam... checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ and cc understand -c and -o together... yes | |
| checking for vasprintf... yes | |
| yes | |
| checking how to run the C preprocessor... checking for vfprintf... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -E | |
| yes | |
| checking for vprintf... checking for inline... yes | |
| inline | |
| checking for egrep... grep -E | |
| checking for ANSI C header files... checking for vsnprintf... yes | |
| checking for vsprintf... yes | |
| yes | |
| checking for sys/types.h... checking for waitpid... yes | |
| checking for sys/stat.h... yes | |
| checking whether alloca needs Cray hooks... no | |
| checking stack direction for C alloca... yes | |
| checking for stdlib.h... -1 | |
| checking for unistd.h... (cached) yes | |
| checking for vfork.h... yes | |
| checking for string.h... no | |
| checking for fork... yes | |
| checking for memory.h... yes | |
| checking for vfork... yes | |
| checking for strings.h... yes | |
| checking for working fork... yes | |
| checking for inttypes.h... yes | |
| checking for working vfork... (cached) yes | |
| checking for _doprnt... yes | |
| checking for stdint.h... no | |
| checking for sys_errlist... yes | |
| checking for unistd.h... yes | |
| checking for sys_nerr... yes | |
| checking for void *... yes | |
| yes | |
| checking size of void *... checking for sys_siglist... yes | |
| checking for external symbol _system_configuration... 4 | |
| checking for short... no | |
| checking for getrusage... yes | |
| checking size of short... yes | |
| checking for on_exit... 2 | |
| checking for int... no | |
| checking for psignal... yes | |
| checking size of int... yes | |
| checking for strerror... 4 | |
| checking for long... yes | |
| checking size of long... yes | |
| checking for strsignal... 4 | |
| checking for long long... yes | |
| checking for sysconf... yes | |
| checking for long long... (cached) yes | |
| checking size of long long... yes | |
| checking for times... 8 | |
| checking for __int64... yes | |
| checking for sbrk... no | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -W... yes | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wall... checking for gettimeofday... (cached) yes | |
| checking for realpath... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wwrite-strings... yes | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wstrict-prototypes... checking for canonicalize_file_name... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wmissing-prototypes... no | |
| checking for pstat_getstatic... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wc++-compat... no | |
| checking for pstat_getdynamic... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wold-style-definition... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wmissing-format-attribute... no | |
| checking for sysmp... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings... no | |
| checking for getsysinfo... yes | |
| checking valgrind.h usability... no | |
| no | |
| checking valgrind.h presence... checking for table... no | |
| checking for valgrind.h... no | |
| configure: WARNING: decimal float is not supported for this target | |
| configure: WARNING: fixed-point is not supported for this target | |
| checking whether /usr/bin/make sets $(MAKE)... yes | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether ln -s works... no | |
| yes | |
| checking whether ln works... checking for sysctl... yes | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for a BSD compatible install... /usr/bin/install -c | |
| checking for cmp's capabilities... gnucompare | |
| checking for mktemp... yes | |
| checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
| checking for modern makeinfo... yes | |
| checking for recent Pod::Man... yes | |
| checking for flex... flex | |
| checking for bison... bison | |
| checking for nm... nm | |
| checking for ar... ar | |
| checking for GNU C library... yes | |
| no | |
| checking for ANSI C header files... (cached) yes | |
| checking for wait3... checking whether time.h and sys/time.h may both be included... yes | |
| checking whether string.h and strings.h may both be included... yes | |
| checking for wait4... yes | |
| checking for sys/wait.h that is POSIX.1 compatible... yes | |
| yes | |
| checking for __fsetlocking... checking for limits.h... yes | |
| checking for stddef.h... no | |
| checking whether basename is declared... yes | |
| checking for string.h... (cached) yes | |
| checking for strings.h... (cached) yes | |
| no | |
| checking whether ffs is declared... checking for stdlib.h... (cached) yes | |
| checking for time.h... yes | |
| yes | |
| checking whether asprintf is declared... checking for iconv.h... yes | |
| checking for fcntl.h... yes | |
| checking whether vasprintf is declared... yes | |
| checking for unistd.h... (cached) yes | |
| checking for sys/file.h... yes | |
| checking whether snprintf is declared... yes | |
| checking for sys/time.h... yes | |
| checking whether vsnprintf is declared... yes | |
| checking for sys/mman.h... yes | |
| yes | |
| checking whether calloc is declared... checking for sys/resource.h... yes | |
| checking for sys/param.h... yes | |
| checking whether getenv is declared... yes | |
| checking for sys/times.h... yes | |
| checking whether getopt is declared... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking for direct.h... yes | |
| checking whether malloc is declared... no | |
| checking for malloc.h... no | |
| checking for langinfo.h... yes | |
| checking whether realloc is declared... yes | |
| checking for ldfcn.h... yes | |
| checking whether sbrk is declared... no | |
| checking for locale.h... yes | |
| yes | |
| checking for wchar.h... checking whether strverscmp is declared... yes | |
| checking for thread.h... no | |
| checking whether canonicalize_file_name must be declared... no | |
| checking for pthread.h... yes | |
| yes | |
| checking for CHAR_BIT... checking for stdlib.h... (cached) yes | |
| yes | |
| checking whether byte ordering is bigendian... checking for unistd.h... (cached) yes | |
| checking for getpagesize... (cached) yes | |
| checking for working mmap... no | |
| checking for collect2 libraries... yes | |
| checking for working strncmp... yes | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| none required | |
| checking for library containing exc_resume... no | |
| checking for library containing ldexp... config.status: creating Makefile | |
| none required | |
| checking for inttypes.h... config.status: creating testsuite/Makefile | |
| yes | |
| config.status: creating config.h | |
| checking for times... yes | |
| checking for clock... config.status: executing default commands | |
| yes | |
| checking for kill... Configuring stage 2 in ./libcpp | |
| yes | |
| if [ x"" != x ] && [ ! -d pic ]; then \ | |
| mkdir pic; \ | |
| else true; fi | |
| checking for getrlimit... touch stamp-picdir | |
| rm -f needed-list; touch needed-list; \ | |
| for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ | |
| for g in ./mempcpy.o ./strverscmp.o ; do \ | |
| case "$g" in \ | |
| *$f*) echo $g >> needed-list ;; \ | |
| esac; \ | |
| done; \ | |
| done | |
| echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o pic/regex.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o pic/md5.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cplus-dem.c -o cplus-dem.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demangle.c -o cp-demangle.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/md5.c -o md5.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/regex.c -o regex.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o pic/alloca.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/alloca.c -o alloca.o | |
| make[4]: Nothing to be done for `all'. | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o pic/argv.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/argv.c -o argv.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/choose-temp.c -o choose-temp.o | |
| yes | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o pic/concat.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/concat.c -o concat.o | |
| checking for setrlimit... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/cp-demint.c -o cp-demint.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/dyn-string.c -o dyn-string.o | |
| yes | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fdmatch.c -o fdmatch.o | |
| checking for atoll... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fibheap.c -o fibheap.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/filename_cmp.c -o filename_cmp.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/floatformat.c -o floatformat.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fnmatch.c -o fnmatch.o | |
| yes | |
| checking for atoq... configure: creating cache ./config.cache | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o pic/getopt.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt.c -o getopt.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
| no | |
| checking build system type... checking for sysconf... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getopt1.c -o getopt1.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getpwd.c -o getpwd.o | |
| i386-apple-darwin12.3.0 | |
| checking host system type... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/getruntime.c -o getruntime.o | |
| yes | |
| i386-apple-darwin12.3.0 | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hashtab.c -o hashtab.o | |
| checking for strsignal... checking target system type... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o pic/hex.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/hex.c -o hex.o | |
| i386-apple-darwin12.3.0 | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lbasename.c -o lbasename.o | |
| checking whether /usr/bin/make sets $(MAKE)... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/lrealpath.c -o lrealpath.o | |
| yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for i386-apple-darwin12.3.0-gcc... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ | |
| yes | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
| checking for getrusage... checking for C compiler default output file name... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/make-temp-file.c -o make-temp-file.o | |
| a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... yes | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/objalloc.c -o objalloc.o | |
| checking for nl_langinfo... | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o pic/obstack.o; \ | |
| else true; fi | |
| checking for suffix of object files... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/obstack.c -o obstack.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o pic/partition.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/partition.c -o partition.o | |
| yes | |
| o | |
| checking whether we are using the GNU C compiler... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pexecute.c -o pexecute.o | |
| checking for scandir... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o pic/physmem.o; \ | |
| else true; fi | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ accepts -g... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/physmem.c -o physmem.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-common.c -o pex-common.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-one.c -o pex-one.o | |
| yes | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/pex-unix.c -o pex-unix.o | |
| yes | |
| checking for /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ option to accept ANSI C... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/safe-ctype.c -o safe-ctype.o | |
| checking for alphasort... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o pic/sort.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/sort.c -o sort.o | |
| none needed | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o pic/spaces.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/spaces.c -o spaces.o | |
| yes | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/splay-tree.c -o splay-tree.o | |
| checking for gettimeofday... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o pic/strerror.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strerror.c -o strerror.o | |
| checking for i386-apple-darwin12.3.0-ranlib... ranlib | |
| checking for aclocal... no | |
| checking for autoconf... no | |
| checking for autoheader... no | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strsignal.c -o strsignal.o | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -W... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
| else true; fi | |
| yes | |
| yes | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xatexit.c -o xatexit.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o pic/xexit.o; \ | |
| else true; fi | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wall... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xexit.c -o xexit.o | |
| checking for mbstowcs... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmalloc.c -o xmalloc.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xmemdup.c -o xmemdup.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrdup.c -o xstrdup.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrerror.c -o xstrerror.o | |
| yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wwrite-strings... if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/xstrndup.c -o xstrndup.o | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/mempcpy.c -o pic/mempcpy.o; \ | |
| else true; fi | |
| if [ x"" != x ]; then \ | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strverscmp.c -o pic/strverscmp.o; \ | |
| else true; fi | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/mempcpy.c -o mempcpy.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -DHAVE_CONFIG_H -O2 -g -D_FORTIFY_SOURCE=0 -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../libiberty/strverscmp.c -o strverscmp.o | |
| yes | |
| checking for wcswidth... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wstrict-prototypes... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wmissing-prototypes... yes | |
| checking for mmap... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wold-style-definition... yes | |
| yes | |
| checking for mincore... checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -Wmissing-format-attribute... yes | |
| checking whether /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -pedantic -Wno-long-long... yes | |
| checking for setlocale... yes | |
| checking dependency style of /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/... yes | |
| checking for clearerr_unlocked... gcc3 | |
| checking whether time.h and sys/time.h may both be included... yes | |
| yes | |
| checking whether string.h and strings.h may both be included... checking for feof_unlocked... yes | |
| checking how to run the C preprocessor... yes | |
| checking for ferror_unlocked... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -E | |
| yes | |
| checking for egrep... grep -E | |
| checking for ANSI C header files... checking for fflush_unlocked... no | |
| checking for fgetc_unlocked... no | |
| checking for fgets_unlocked... yes | |
| checking for sys/types.h... no | |
| checking for fileno_unlocked... yes | |
| checking for sys/stat.h... yes | |
| yes | |
| checking for fprintf_unlocked... checking for stdlib.h... no | |
| yes | |
| checking for fputc_unlocked... checking for string.h... yes | |
| no | |
| checking for fputs_unlocked... checking for memory.h... yes | |
| checking for strings.h... no | |
| checking for fread_unlocked... yes | |
| checking for inttypes.h... no | |
| checking for fwrite_unlocked... yes | |
| rm -f ./libiberty.a pic/./libiberty.a | |
| ar rc ./libiberty.a \ | |
| ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o | |
| checking for stdint.h... ranlib ./libiberty.a | |
| no | |
| checking for getchar_unlocked... if [ x"" != x ]; then \ | |
| cd pic; \ | |
| ar rc ./libiberty.a \ | |
| ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o; \ | |
| ranlib ./libiberty.a; \ | |
| cd ..; \ | |
| else true; fi | |
| yes | |
| checking for unistd.h... yes | |
| checking for getc_unlocked... yes | |
| checking iconv.h usability... yes | |
| checking for putchar_unlocked... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| checking locale.h usability... yes | |
| checking for putc_unlocked... yes | |
| checking locale.h presence... yes | |
| yes | |
| checking for locale.h... yes | |
| checking whether mbstowcs works... checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for ssize_t... yes | |
| checking for fcntl.h... yes | |
| checking limits.h usability... yes | |
| checking for uid_t in sys/types.h... yes | |
| checking type of array argument to getgroups... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking stddef.h usability... gid_t | |
| checking for sys/mman.h... (cached) yes | |
| checking for mmap... (cached) yes | |
| checking whether read-only mmap of a plain file works... yes | |
| checking whether mmap from /dev/zero works... no | |
| checking for MAP_ANON(YMOUS)... yes | |
| checking stddef.h presence... yes | |
| checking whether mmap with MAP_ANON(YMOUS) works... yes | |
| checking for pid_t... yes | |
| checking for stddef.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for strings.h... (cached) yes | |
| yes | |
| checking for string.h... checking for unistd.h... (cached) (cached) yes | |
| yes | |
| checking sys/file.h usability... checking for vfork.h... no | |
| checking for fork... yes | |
| checking sys/file.h presence... yes | |
| checking for sys/file.h... yes | |
| checking for unistd.h... (cached) yes | |
| yes | |
| checking for an ANSI C-conforming const... checking for vfork... yes | |
| checking for inline... yes | |
| checking for working fork... inline | |
| checking for obstacks... no | |
| checking for off_t... yes | |
| checking for working vfork... (cached) yes | |
| checking for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for shared library run path origin... yes | |
| checking for size_t... done | |
| checking for iconv... yes | |
| checking for ssize_t... yes | |
| checking whether struct tm is in sys/time.h or time.h... time.h | |
| checking for int... yes | |
| checking how to link with libiconv... -liconv | |
| checking for iconv declaration... yes | |
| checking size of int... | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| checking for LC_MESSAGES... 4 | |
| yes | |
| checking for long... checking for nl_langinfo and CODESET... yes | |
| checking size of long... yes | |
| checking whether getenv is declared... 4 | |
| yes | |
| checking for clearerr_unlocked... checking whether atol is declared... yes | |
| yes | |
| checking whether asprintf is declared... checking for feof_unlocked... yes | |
| checking whether sbrk is declared... yes | |
| checking for ferror_unlocked... yes | |
| checking whether abort is declared... yes | |
| checking for fflush_unlocked... yes | |
| checking whether atof is declared... no | |
| checking for fgetc_unlocked... yes | |
| checking whether getcwd is declared... no | |
| checking for fgets_unlocked... yes | |
| checking whether getwd is declared... no | |
| checking for fileno_unlocked... yes | |
| checking whether strsignal is declared... yes | |
| checking for fprintf_unlocked... yes | |
| checking whether strstr is declared... no | |
| yes | |
| checking for fputc_unlocked... checking whether strverscmp is declared... no | |
| checking whether errno is declared... no | |
| checking for fputs_unlocked... yes | |
| checking whether snprintf is declared... no | |
| checking for fread_unlocked... yes | |
| checking whether vsnprintf is declared... no | |
| checking for fwrite_unlocked... yes | |
| checking whether vasprintf is declared... no | |
| checking for getchar_unlocked... yes | |
| checking whether malloc is declared... yes | |
| checking for getc_unlocked... yes | |
| checking whether realloc is declared... yes | |
| checking for putchar_unlocked... yes | |
| checking whether calloc is declared... yes | |
| checking for putc_unlocked... yes | |
| checking whether free is declared... yes | |
| checking whether abort is declared... yes | |
| checking whether basename is declared... yes | |
| checking whether asprintf is declared... no | |
| checking whether getopt is declared... yes | |
| checking whether basename is declared... yes | |
| checking whether clock is declared... no | |
| checking whether errno is declared... yes | |
| checking whether getpagesize is declared... no | |
| checking whether getopt is declared... yes | |
| yes | |
| checking whether clearerr_unlocked is declared... checking whether clearerr_unlocked is declared... yes | |
| checking whether feof_unlocked is declared... yes | |
| checking whether feof_unlocked is declared... yes | |
| checking whether ferror_unlocked is declared... yes | |
| checking whether ferror_unlocked is declared... yes | |
| checking whether fflush_unlocked is declared... yes | |
| checking whether fflush_unlocked is declared... no | |
| checking whether fgetc_unlocked is declared... no | |
| no | |
| checking whether fgetc_unlocked is declared... checking whether fgets_unlocked is declared... no | |
| checking whether fileno_unlocked is declared... no | |
| checking whether fgets_unlocked is declared... yes | |
| checking whether fprintf_unlocked is declared... no | |
| checking whether fileno_unlocked is declared... no | |
| checking whether fputc_unlocked is declared... yes | |
| checking whether fprintf_unlocked is declared... no | |
| checking whether fputs_unlocked is declared... no | |
| checking whether fputc_unlocked is declared... no | |
| checking whether fread_unlocked is declared... no | |
| no | |
| checking whether fwrite_unlocked is declared... checking whether fputs_unlocked is declared... no | |
| checking whether getchar_unlocked is declared... no | |
| checking whether fread_unlocked is declared... yes | |
| checking whether getc_unlocked is declared... no | |
| checking whether fwrite_unlocked is declared... yes | |
| checking whether putchar_unlocked is declared... no | |
| checking whether getchar_unlocked is declared... yes | |
| checking whether putc_unlocked is declared... yes | |
| checking whether getc_unlocked is declared... yes | |
| checking whether vasprintf is declared... yes | |
| checking whether putchar_unlocked is declared... yes | |
| checking for working alloca.h... yes | |
| checking whether putc_unlocked is declared... yes | |
| checking for alloca... yes | |
| checking whether getrlimit is declared... yes | |
| checking for ANSI C header files... (cached) yes | |
| checking for nl_langinfo and CODESET... yes | |
| checking whether setrlimit is declared... yes | |
| checking whether NLS is requested... no | |
| checking for uchar... | |
| checking for ld used by GCC... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for shared library run path origin... yes | |
| checking whether getrusage is declared... done | |
| checking for iconv... yes | |
| checking whether ldgetname is declared... yes | |
| no | |
| checking how to link with libiconv... -liconv | |
| checking for iconv declaration... checking whether times is declared... | |
| extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
| yes | |
| checking whether sigaltstack is declared... updating cache ./config.cache | |
| configure: creating ./config.status | |
| yes | |
| checking for struct tms... yes | |
| checking for clock_t... yes | |
| checking for .preinit_array/.init_array/.fini_array support... no | |
| checking if mkdir takes one argument... config.status: creating Makefile | |
| no | |
| Using `../../gcc/config/i386/i386.c' for machine-specific logic. | |
| Using `../../gcc/config/i386/i386.md' as machine description file. | |
| Using the following target machine macro files: | |
| ../../gcc/config/i386/i386.h | |
| ../../gcc/config/darwin.h | |
| ../../gcc/config/i386/darwin.h | |
| config.status: creating config.h | |
| Using host-darwin.o host-i386-darwin.o for host machine hooks. | |
| checking for __cxa_atexit... config.status: executing depdir commands | |
| yes | |
| mkdir .deps | |
| checking whether NLS is requested... no | |
| checking for a sed that does not truncate output... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po ../../libcpp/charset.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po ../../libcpp/directives.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Po ../../libcpp/directives-only.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po ../../libcpp/errors.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po ../../libcpp/expr.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Po ../../libcpp/files.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po ../../libcpp/identifiers.c | |
| echo "#define LOCALEDIR \"/usr/local/Cellar/gcc4.3/4.3.6/share/locale\"" > localedir.new | |
| ../../libcpp/../move-if-change localedir.new localedir.h | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po ../../libcpp/lex.c | |
| echo timestamp > localedir.hs | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po ../../libcpp/line-map.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po ../../libcpp/macro.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po ../../libcpp/mkdeps.c | |
| /usr/local/Library/ENV/4.3/sed | |
| checking for fgrep... grep -F | |
| checking for ld used by /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/... /usr/bin/ld | |
| checking if the linker (/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 /usr/bin/ld option to reload object files... -r | |
| checking how to recognize dependent libraries... pass_all | |
| checking for i386-apple-darwin12.3.0-ar... (cached) ar | |
| checking for i386-apple-darwin12.3.0-strip... no | |
| checking for strip... strip | |
| checking for i386-apple-darwin12.3.0-ranlib... (cached) ranlib | |
| checking command to parse nm output from /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ object... /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po ../../libcpp/pch.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po ../../libcpp/symtab.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po ../../libcpp/traditional.c | |
| ok | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o makedepend.o -MT makedepend.o -MMD -MP -MF .deps/makedepend.Po ../../libcpp/makedepend.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -O2 -g -D_FORTIFY_SOURCE=0 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Po ../../libcpp/init.c | |
| checking if /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -fno-rtti -fno-exceptions... no | |
| checking for /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ option to produce PIC... -fno-common -DPIC | |
| checking if /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ PIC flag -fno-common -DPIC works... yes | |
| checking if /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ static flag -static works... no | |
| checking if /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -c -o file.o... yes | |
| checking if /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ supports -c -o file.o... (cached) yes | |
| checking whether the /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... rm -f libcpp.a | |
| ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o | |
| ranlib libcpp.a | |
| darwin12.3.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 | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -o makedepend \ | |
| makedepend.o libcpp.a ../libiberty/libiberty.a \ | |
| -liconv | |
| checking for as... /usr/bin/as | |
| checking what assembler to use... /usr/bin/as | |
| checking what linker to use... /usr/bin/ld | |
| checking for nm... /usr/bin/nm | |
| checking what nm to use... /usr/bin/nm | |
| checking for objdump... no | |
| checking what objdump to use... not found | |
| checking assembler for .balign and .p2align... yes | |
| checking assembler for .p2align with maximum skip... yes | |
| checking assembler for .literal16... yes | |
| checking assembler for working .subsection -1... no | |
| checking assembler for .weak... no | |
| checking assembler for .weakref... no | |
| checking assembler for .nsubspa comdat... no | |
| checking assembler for .hidden... no | |
| checking linker for .hidden support... no | |
| checking assembler for .sleb128 and .uleb128... no | |
| checking assembler for eh_frame optimization... no | |
| checking assembler for section merging support... no | |
| checking assembler for section merging support... (cached) no | |
| checking assembler for COMDAT group support... no | |
| checking assembler for COMDAT group support... no | |
| checking assembler for thread-local storage support... no | |
| checking linker -Bstatic/-Bdynamic option... no | |
| checking assembler for filds and fists mnemonics... no | |
| checking assembler for cmov syntax... no | |
| checking assembler for ffreep mnemonic... yes | |
| checking assembler for sahf mnemonic... yes | |
| checking assembler for different section symbol subtraction... no | |
| checking assembler for GOTOFF in data... no | |
| checking assembler for dwarf2 debug_line support... no | |
| checking assembler for buggy dwarf2 .file directive... no | |
| checking assembler for --gdwarf2 option... yes | |
| checking assembler for --gstabs option... yes | |
| checking assembler for --debug-prefix-map option... no | |
| checking assembler for tolerance to line number 0... yes | |
| checking linker read-only and read-write section mixing... unknown | |
| checking linker PT_GNU_EH_FRAME support... no | |
| checking linker position independent executable support... no | |
| checking linker EH-compatible garbage collection of sections... no | |
| checking linker --as-needed support... no | |
| checking linker --sysroot support... no | |
| checking __stack_chk_fail in target C library... checking for __stack_chk_fail... yes | |
| yes | |
| Using ggc-page for garbage collection. | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| Links are now set up to build a native compiler for i386-apple-darwin12.3.0. | |
| updating cache ./config.cache | |
| configure: creating ./config.status | |
| config.status: creating as | |
| config.status: creating collect-ld | |
| config.status: creating nm | |
| config.status: creating Makefile | |
| config.status: creating gccbug | |
| config.status: creating libada-mk | |
| config.status: creating ada/Makefile | |
| config.status: creating auto-host.h | |
| config.status: executing default commands | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="auto-host.h ansidecl.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh config.h | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="options.h config/i386/i386.h config/darwin.h config/i386/darwin.h defaults.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh tm.h | |
| awk -f ../../gcc/opt-gather.awk ../../gcc/ada/lang.opt ../../gcc/fortran/lang.opt ../../gcc/java/lang.opt ../../gcc/treelang/lang.opt ../../gcc/c.opt ../../gcc/common.opt ../../gcc/config/i386/i386.opt ../../gcc/config/darwin.opt > tmp-optionlist | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="auto-host.h ansidecl.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh bconfig.h | |
| echo '../../gcc/input.h' >> tmp-gi.list | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="config/i386/i386-protos.h config/darwin-protos.h tm-preds.h" DEFINES="" \ | |
| /bin/sh ../../gcc/mkconfig.sh tm_p.h | |
| ltf="../../gcc/ada/ada-tree.def ../../gcc/cp/cp-tree.def ../../gcc/java/java-tree.def ../../gcc/objc/objc-tree.def"; for f in $ltf; do \ | |
| echo "#include \"$f\""; \ | |
| done | sed 's|../../gcc/||' > tmp-gencheck.h | |
| /bin/sh ../../gcc/../move-if-change tmp-gencheck.h gencheck.h | |
| echo '../../gcc/coretypes.h' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dummy-checksum.c -o dummy-checksum.o | |
| echo '../../gcc/../libcpp/include/line-map.h' >> tmp-gi.list | |
| echo timestamp > s-gencheck | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DBASEVER="\"4.3.6\"" -DDATESTAMP="\"\"" \ | |
| -DREVISION= \ | |
| -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \ | |
| -DBUGURL="\"<http://gcc.gnu.org/bugs.html>\"" -c ../../gcc/version.c -o version.o | |
| echo '../../gcc/../libcpp/include/cpplib.h' >> tmp-gi.list | |
| if test no = yes \ | |
| || test -n ""; then \ | |
| /bin/sh ../../gcc/genmultilib \ | |
| "m64" \ | |
| "x86_64" \ | |
| "" \ | |
| "" \ | |
| "" \ | |
| "" \ | |
| "" \ | |
| "no" \ | |
| > tmp-mlib.h; \ | |
| else \ | |
| /bin/sh ../../gcc/genmultilib '' '' '' '' '' '' '' no \ | |
| > tmp-mlib.h; \ | |
| fi | |
| lsf=""; for f in $lsf; do \ | |
| echo "#include \"$f\""; \ | |
| done | sed 's|../../gcc/||' > tmp-specs.h | |
| echo '#ifdef __x86_64__' > addtf3.c | |
| echo '#ifdef __x86_64__' > divtf3.c | |
| echo '#ifdef __x86_64__' > eqtf2.c | |
| echo '../../gcc/../libcpp/include/cpp-id-data.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/addtf3.c"' >> addtf3.c | |
| echo '#include "config/soft-fp/divtf3.c"' >> divtf3.c | |
| echo '#include "config/soft-fp/eqtf2.c"' >> eqtf2.c | |
| echo 'auto-host.h' >> tmp-gi.list | |
| echo '#endif' >> addtf3.c | |
| echo '#endif' >> divtf3.c | |
| echo '#endif' >> eqtf2.c | |
| echo '../../gcc/../include/ansidecl.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > getf2.c | |
| /bin/sh ../../gcc/../move-if-change tmp-specs.h specs.h | |
| echo '#ifdef __x86_64__' > letf2.c | |
| echo '#ifdef __x86_64__' > multf3.c | |
| echo '#include "config/soft-fp/getf2.c"' >> getf2.c | |
| echo 'options.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/multf3.c"' >> multf3.c | |
| echo '#include "config/soft-fp/letf2.c"' >> letf2.c | |
| echo '../../gcc/config/i386/i386.h' >> tmp-gi.list | |
| echo '#endif' >> getf2.c | |
| echo '#endif' >> letf2.c | |
| echo '#endif' >> multf3.c | |
| echo timestamp > s-specs | |
| echo '../../gcc/config/darwin.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > negtf2.c | |
| echo '#ifdef __x86_64__' > subtf3.c | |
| echo '#ifdef __x86_64__' > unordtf2.c | |
| echo '#ifdef __x86_64__' > fixtfsi.c | |
| echo '#include "config/soft-fp/negtf2.c"' >> negtf2.c | |
| echo '../../gcc/config/i386/darwin.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/unordtf2.c"' >> unordtf2.c | |
| echo '#ifdef __x86_64__' > fixunstfsi.c | |
| echo '#include "config/soft-fp/subtf3.c"' >> subtf3.c | |
| echo '#include "config/soft-fp/fixtfsi.c"' >> fixtfsi.c | |
| echo '#endif' >> negtf2.c | |
| echo '#endif' >> subtf3.c | |
| echo '#endif' >> unordtf2.c | |
| echo '#include "config/soft-fp/fixunstfsi.c"' >> fixunstfsi.c | |
| echo '#endif' >> fixtfsi.c | |
| echo '../../gcc/defaults.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > floatsitf.c | |
| echo '#ifdef __x86_64__' > floatunsitf.c | |
| echo '#endif' >> fixunstfsi.c | |
| echo '#ifdef __x86_64__' > fixtfdi.c | |
| echo '#ifdef __x86_64__' > fixunstfdi.c | |
| echo '../../gcc/../include/hashtab.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/floatsitf.c"' >> floatsitf.c | |
| echo '#include "config/soft-fp/floatunsitf.c"' >> floatunsitf.c | |
| echo '#include "config/soft-fp/fixunstfdi.c"' >> fixunstfdi.c | |
| echo '#include "config/soft-fp/fixtfdi.c"' >> fixtfdi.c | |
| echo '#ifdef __x86_64__' > floatditf.c | |
| echo '../../gcc/../include/splay-tree.h' >> tmp-gi.list | |
| echo '#endif' >> fixunstfdi.c | |
| echo '#endif' >> floatunsitf.c | |
| echo '#endif' >> floatsitf.c | |
| echo '#endif' >> fixtfdi.c | |
| echo '../../gcc/bitmap.h' >> tmp-gi.list | |
| echo '#include "config/soft-fp/floatditf.c"' >> floatditf.c | |
| echo '#ifdef __x86_64__' > floatunditf.c | |
| echo '#ifdef __x86_64__' > fixtfti.c | |
| echo '#ifdef __x86_64__' > fixunstfti.c | |
| echo '#ifdef __x86_64__' > floattitf.c | |
| echo '../../gcc/alias.h' >> tmp-gi.list | |
| echo '#endif' >> floatditf.c | |
| echo '#include "config/soft-fp/floatunditf.c"' >> floatunditf.c | |
| echo '#include "config/soft-fp/fixtfti.c"' >> fixtfti.c | |
| echo '#include "config/soft-fp/fixunstfti.c"' >> fixunstfti.c | |
| echo '#ifdef __x86_64__' > floatuntitf.c | |
| echo '#include "config/soft-fp/floattitf.c"' >> floattitf.c | |
| echo '../../gcc/coverage.c' >> tmp-gi.list | |
| echo '#endif' >> fixtfti.c | |
| echo '#endif' >> floatunditf.c | |
| echo '#endif' >> fixunstfti.c | |
| echo '#endif' >> floattitf.c | |
| echo '#include "config/soft-fp/floatuntitf.c"' >> floatuntitf.c | |
| echo '../../gcc/rtl.h' >> tmp-gi.list | |
| echo '#ifdef __x86_64__' > extendsftf2.c | |
| /bin/sh ../../gcc/../move-if-change tmp-mlib.h multilib.h | |
| echo '#ifdef __x86_64__' > extenddftf2.c | |
| echo '#ifdef __x86_64__' > extendxftf2.c | |
| echo '../../gcc/optabs.h' >> tmp-gi.list | |
| echo '#endif' >> floatuntitf.c | |
| echo '#ifdef __x86_64__' > trunctfsf2.c | |
| echo '#include "config/soft-fp/extendsftf2.c"' >> extendsftf2.c | |
| echo '#include "config/soft-fp/extendxftf2.c"' >> extendxftf2.c | |
| echo '#include "config/soft-fp/extenddftf2.c"' >> extenddftf2.c | |
| echo '#ifdef __x86_64__' > trunctfdf2.c | |
| echo '../../gcc/tree.h' >> tmp-gi.list | |
| echo timestamp > s-mlib | |
| echo '#include "config/soft-fp/trunctfsf2.c"' >> trunctfsf2.c | |
| echo '#endif' >> extendxftf2.c | |
| echo '#endif' >> extendsftf2.c | |
| echo '#endif' >> extenddftf2.c | |
| echo '#include "config/soft-fp/trunctfdf2.c"' >> trunctfdf2.c | |
| echo '../../gcc/function.h' >> tmp-gi.list | |
| echo '#endif' >> trunctfsf2.c | |
| echo '#ifdef __x86_64__' > trunctfxf2.c | |
| echo '#include "config/soft-fp/trunctfxf2.c"' >> trunctfxf2.c | |
| echo '../../gcc/libfuncs.h' >> tmp-gi.list | |
| echo '#endif' >> trunctfdf2.c | |
| rm -f mm_malloc.h | |
| TARGET_CPU_DEFAULT="" \ | |
| HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \ | |
| /bin/sh ../../gcc/mkconfig.sh tconfig.h | |
| cp ../../gcc/config/i386/sfp-machine.h sfp-machine.h | |
| cat ../../gcc/config/i386/gmm_malloc.h > mm_malloc.h | |
| echo '../../gcc/../libcpp/include/symtab.h' >> tmp-gi.list | |
| echo '#endif' >> trunctfxf2.c | |
| (echo "@set version-GCC 4.3.6"; \ | |
| if [ "" = "experimental" ]; \ | |
| then echo "@set DEVELOPMENT"; \ | |
| else echo "@clear DEVELOPMENT"; \ | |
| fi) > gcc-vers.texiT | |
| echo @set srcdir /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/gcc/../../gcc >> gcc-vers.texiT | |
| echo '../../gcc/real.h' >> tmp-gi.list | |
| echo timestamp > gpl.pod | |
| echo '../../gcc/varray.h' >> tmp-gi.list | |
| if [ -n "(GCC) " ]; then \ | |
| echo "@set VERSION_PACKAGE (GCC) " >> gcc-vers.texiT; \ | |
| fi | |
| perl ../../gcc/../contrib/texi2pod.pl ../../gcc/doc/include/gpl_v3.texi > gpl.pod | |
| echo '../../gcc/insn-addr.h' >> tmp-gi.list | |
| echo "@set BUGURL @uref{http://gcc.gnu.org/bugs.html}" >> gcc-vers.texiT; \ | |
| mv -f gcc-vers.texiT gcc-vers.texi | |
| echo '../../gcc/hwint.h' >> tmp-gi.list | |
| echo '../../gcc/fixed-value.h' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/alloc-pool.c -o alloc-pool.o | |
| echo '../../gcc/ipa-reference.h' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/dbgcnt.c -o dbgcnt.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/graphds.c -o graphds.o | |
| echo '../../gcc/output.h' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/opts-common.c -o opts-common.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/pointer-set.c -o pointer-set.o | |
| echo '../../gcc/cfgloop.h' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/sparseset.c -o sparseset.o | |
| echo '../../gcc/cselib.h' >> tmp-gi.list | |
| echo '../../gcc/basic-block.h' >> tmp-gi.list | |
| echo '../../gcc/cgraph.h' >> tmp-gi.list | |
| echo '../../gcc/reload.h' >> tmp-gi.list | |
| echo '../../gcc/caller-save.c' >> tmp-gi.list | |
| echo '../../gcc/alias.c' >> tmp-gi.list | |
| echo '../../gcc/bitmap.c' >> tmp-gi.list | |
| echo '../../gcc/cselib.c' >> tmp-gi.list | |
| echo '../../gcc/cgraph.c' >> tmp-gi.list | |
| echo '../../gcc/ipa-prop.c' >> tmp-gi.list | |
| echo '../../gcc/ipa-cp.c' >> tmp-gi.list | |
| echo '../../gcc/ipa-inline.c' >> tmp-gi.list | |
| echo '../../gcc/matrix-reorg.c' >> tmp-gi.list | |
| echo '../../gcc/dbxout.c' >> tmp-gi.list | |
| echo '../../gcc/ipa-struct-reorg.c' >> tmp-gi.list | |
| echo '../../gcc/dwarf2out.c' >> tmp-gi.list | |
| echo '../../gcc/dwarf2asm.c' >> tmp-gi.list | |
| echo '../../gcc/dojump.c' >> tmp-gi.list | |
| echo '../../gcc/emit-rtl.c' >> tmp-gi.list | |
| echo '../../gcc/except.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/host-darwin.c | |
| echo '../../gcc/explow.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genchecksum.o ../../gcc/genchecksum.c | |
| echo '../../gcc/expr.c' >> tmp-gi.list | |
| echo '../../gcc/function.c' >> tmp-gi.list | |
| echo '../../gcc/except.h' >> tmp-gi.list | |
| echo '../../gcc/gcse.c' >> tmp-gi.list | |
| echo '../../gcc/integrate.c' >> tmp-gi.list | |
| echo '../../gcc/lists.c' >> tmp-gi.list | |
| echo '../../gcc/optabs.c' >> tmp-gi.list | |
| echo '../../gcc/profile.c' >> tmp-gi.list | |
| echo '../../gcc/regclass.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/errors.c -o errors.o | |
| echo '../../gcc/reg-stack.c' >> tmp-gi.list | |
| echo '../../gcc/cfglayout.c' >> tmp-gi.list | |
| echo '../../gcc/cfglayout.h' >> tmp-gi.list | |
| echo '../../gcc/sdbout.c' >> tmp-gi.list | |
| echo '../../gcc/stor-layout.c' >> tmp-gi.list | |
| echo '../../gcc/stringpool.c' >> tmp-gi.list | |
| echo '../../gcc/tree.c' >> tmp-gi.list | |
| echo '../../gcc/varasm.c' >> tmp-gi.list | |
| echo '../../gcc/tree-mudflap.c' >> tmp-gi.list | |
| echo '../../gcc/tree-flow.h' >> tmp-gi.list | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/cpp.info ../../gcc/doc/cpp.texi; \ | |
| fi | |
| echo '../../gcc/tree-scalar-evolution.c' >> tmp-gi.list | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/gcc.info ../../gcc/doc/gcc.texi; \ | |
| fi | |
| echo '../../gcc/tree-ssanames.c' >> tmp-gi.list | |
| echo '../../gcc/tree-eh.c' >> tmp-gi.list | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/gccint.info ../../gcc/doc/gccint.texi; \ | |
| fi | |
| echo '../../gcc/tree-ssa-address.c' >> tmp-gi.list | |
| echo '../../gcc/tree-phinodes.c' >> tmp-gi.list | |
| echo '../../gcc/tree-cfg.c' >> tmp-gi.list | |
| echo '../../gcc/tree-dfa.c' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-propagate.c' >> tmp-gi.list | |
| echo '../../gcc/tree-iterator.c' >> tmp-gi.list | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/gccinstall.info ../../gcc/doc/install.texi; \ | |
| fi | |
| echo '../../gcc/gimplify.c' >> tmp-gi.list | |
| echo '../../gcc/tree-chrec.h' >> tmp-gi.list | |
| echo '../../gcc/tree-vect-generic.c' >> tmp-gi.list | |
| if [ xinfo = xinfo ]; then \ | |
| makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I ../../gcc/doc \ | |
| -I ../../gcc/doc/include -o doc/cppinternals.info ../../gcc/doc/cppinternals.texi; \ | |
| fi | |
| echo '../../gcc/tree-ssa-operands.h' >> tmp-gi.list | |
| echo '../../gcc/tree-profile.c' >> tmp-gi.list | |
| echo timestamp > doc/gpl.7 | |
| echo '../../gcc/tree-nested.c' >> tmp-gi.list | |
| (pod2man --center="GNU" --release="gcc-4.3.6" --section=7 gpl.pod > doc/gpl.7.T$$ && \ | |
| mv -f doc/gpl.7.T$$ doc/gpl.7) || \ | |
| (rm -f doc/gpl.7.T$$ && exit 1) | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genmodes.o ../../gcc/genmodes.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/errors.o ../../gcc/errors.c | |
| echo '../../gcc/ipa-reference.c' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-structalias.h' >> tmp-gi.list | |
| echo '../../gcc/tree-ssa-structalias.c' >> tmp-gi.list | |
| echo '../../gcc/tree-parloops.c' >> tmp-gi.list | |
| echo '../../gcc/omp-low.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-optionlist optionlist | |
| echo '../../gcc/varpool.c' >> tmp-gi.list | |
| echo '../../gcc/targhooks.c' >> tmp-gi.list | |
| echo timestamp > s-options | |
| echo '../../gcc/config/i386/i386.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengenrtl.o ../../gcc/gengenrtl.c | |
| echo '../../gcc/passes.c' >> tmp-gi.list | |
| echo '../../gcc/cgraphunit.c' >> tmp-gi.list | |
| echo '../../gcc/config/darwin.c' >> tmp-gi.list | |
| echo '[ada]' >> tmp-gi.list | |
| echo '../../gcc/ada/ada-tree.h' >> tmp-gi.list | |
| echo '../../gcc/ada/gigi.h' >> tmp-gi.list | |
| echo '../../gcc/ada/decl.c' >> tmp-gi.list | |
| echo '../../gcc/ada/trans.c' >> tmp-gi.list | |
| echo '../../gcc/ada/utils.c' >> tmp-gi.list | |
| echo '[cp]' >> tmp-gi.list | |
| echo '../../gcc/cp/rtti.c' >> tmp-gi.list | |
| echo '../../gcc/cp/mangle.c' >> tmp-gi.list | |
| echo '../../gcc/cp/name-lookup.h' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengtype.o ../../gcc/gengtype.c | |
| echo '../../gcc/cp/name-lookup.c' >> tmp-gi.list | |
| echo '../../gcc/cp/cp-tree.h' >> tmp-gi.list | |
| echo '../../gcc/cp/decl.h' >> tmp-gi.list | |
| echo '../../gcc/cp/call.c' >> tmp-gi.list | |
| echo '../../gcc/cp/decl.c' >> tmp-gi.list | |
| echo '../../gcc/cp/decl2.c' >> tmp-gi.list | |
| echo '../../gcc/cp/pt.c' >> tmp-gi.list | |
| echo '../../gcc/cp/repo.c' >> tmp-gi.list | |
| echo '../../gcc/cp/semantics.c' >> tmp-gi.list | |
| echo '../../gcc/cp/tree.c' >> tmp-gi.list | |
| ../../gcc/gengtype.c: In function 'read_input_list': | |
| ../../gcc/gengtype.c:436: warning: cast discards qualifiers from pointer target type | |
| echo '../../gcc/cp/parser.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengtype-lex.o ../../gcc/gengtype-lex.c | |
| echo '../../gcc/cp/method.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gengtype-parse.o ../../gcc/gengtype-parse.c | |
| echo '../../gcc/cp/typeck2.c' >> tmp-gi.list | |
| ../../gcc/gengtype.c: In function 'adjust_field_type': | |
| ../../gcc/gengtype.c:1274: warning: cast discards qualifiers from pointer target type | |
| ../../gcc/gengtype.c:1276: warning: cast discards qualifiers from pointer target type | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| ../../gcc/gengtype.c: In function 'process_gc_options': | |
| ../../gcc/gengtype.c:1325: warning: cast discards qualifiers from pointer target type | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| echo '../../gcc/c-lex.c' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genchecksum \ | |
| build/genchecksum.o .././libiberty/libiberty.a | |
| echo '../../gcc/cp/class.c' >> tmp-gi.list | |
| echo '../../gcc/cp/cp-objcp-common.c' >> tmp-gi.list | |
| echo '[fortran]' >> tmp-gi.list | |
| awk -f ../../gcc/opt-functions.awk -f ../../gcc/opth-gen.awk \ | |
| < optionlist > tmp-options.h | |
| echo '../../gcc/fortran/f95-lang.c' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-decl.c' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-intrinsic.c' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans-io.c' >> tmp-gi.list | |
| gengtype-lex.c: In function 'yy_get_next_buffer': | |
| gengtype-lex.c:1884: warning: comparison between signed and unsigned | |
| echo '../../gcc/fortran/trans-types.c' >> tmp-gi.list | |
| awk -f ../../gcc/opt-functions.awk -f ../../gcc/optc-gen.awk \ | |
| -v header_name="config.h system.h coretypes.h tm.h" < optionlist > options.c | |
| echo '../../gcc/fortran/trans-types.h' >> tmp-gi.list | |
| echo '../../gcc/fortran/trans.h' >> tmp-gi.list | |
| /space/rguenther/gcc-4.3.6/gcc-4.3.6/gcc/gengtype-lex.l: At top level: | |
| gengtype-lex.c:1991: warning: 'input' defined but not used | |
| echo '../../gcc/fortran/trans-const.h' >> tmp-gi.list | |
| echo '[java]' >> tmp-gi.list | |
| echo '../../gcc/java/java-tree.h' >> tmp-gi.list | |
| echo '../../gcc/java/jcf.h' >> tmp-gi.list | |
| echo '../../gcc/java/parse.h' >> tmp-gi.list | |
| echo '../../gcc/java/builtins.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengenrtl \ | |
| build/gengenrtl.o build/errors.o .././libiberty/libiberty.a | |
| echo '../../gcc/java/class.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-options.h options.h | |
| echo '../../gcc/java/constants.c' >> tmp-gi.list | |
| echo '../../gcc/java/decl.c' >> tmp-gi.list | |
| echo timestamp > s-options-h | |
| echo '../../gcc/java/expr.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gencheck.o ../../gcc/gencheck.c | |
| echo '../../gcc/java/jcf-parse.c' >> tmp-gi.list | |
| echo '../../gcc/java/lang.c' >> tmp-gi.list | |
| echo '../../gcc/java/mangle.c' >> tmp-gi.list | |
| build/gengenrtl -h > tmp-genrtl.h | |
| echo '../../gcc/java/resource.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-genrtl.h genrtl.h | |
| echo '[objc]' >> tmp-gi.list | |
| echo '../../gcc/objc/objc-act.h' >> tmp-gi.list | |
| echo timestamp > s-genrtl-h | |
| build/gengenrtl > tmp-genrtl.c | |
| echo '../../gcc/c-parser.c' >> tmp-gi.list | |
| echo '../../gcc/c-tree.h' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-genrtl.c genrtl.c | |
| echo '../../gcc/c-decl.c' >> tmp-gi.list | |
| echo '../../gcc/c-objc-common.c' >> tmp-gi.list | |
| echo timestamp > s-genrtl | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| echo '../../gcc/objc/objc-act.c' >> tmp-gi.list | |
| echo '[objcp]' >> tmp-gi.list | |
| echo '../../gcc/objcp/objcp-decl.c' >> tmp-gi.list | |
| echo '../../gcc/objc/objc-act.c' >> tmp-gi.list | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencheck \ | |
| build/gencheck.o .././libiberty/libiberty.a | |
| echo '../../gcc/objc/objc-act.h' >> tmp-gi.list | |
| echo '../../gcc/cp/rtti.c' >> tmp-gi.list | |
| echo '../../gcc/cp/mangle.c' >> tmp-gi.list | |
| echo '../../gcc/cp/name-lookup.h' >> tmp-gi.list | |
| echo '../../gcc/cp/name-lookup.c' >> tmp-gi.list | |
| echo '../../gcc/cp/cp-tree.h' >> tmp-gi.list | |
| echo '../../gcc/cp/decl.h' >> tmp-gi.list | |
| build/gencheck > tmp-check.h | |
| echo '../../gcc/cp/call.c' >> tmp-gi.list | |
| echo '../../gcc/cp/decl.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-check.h tree-check.h | |
| echo '../../gcc/cp/decl2.c' >> tmp-gi.list | |
| echo '../../gcc/cp/pt.c' >> tmp-gi.list | |
| echo timestamp > s-check | |
| echo '../../gcc/cp/repo.c' >> tmp-gi.list | |
| echo '../../gcc/cp/semantics.c' >> tmp-gi.list | |
| echo '../../gcc/cp/tree.c' >> tmp-gi.list | |
| echo '../../gcc/cp/parser.c' >> tmp-gi.list | |
| echo '../../gcc/cp/method.c' >> tmp-gi.list | |
| echo '../../gcc/cp/typeck2.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| echo '../../gcc/c-lex.c' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| echo '../../gcc/cp/cp-objcp-common.c' >> tmp-gi.list | |
| echo '[treelang]' >> tmp-gi.list | |
| echo '../../gcc/treelang/tree1.c' >> tmp-gi.list | |
| echo '../../gcc/treelang/treetree.c' >> tmp-gi.list | |
| echo '../../gcc/treelang/treelang.h' >> tmp-gi.list | |
| echo '[c]' >> tmp-gi.list | |
| echo '../../gcc/c-lang.c' >> tmp-gi.list | |
| echo '../../gcc/c-tree.h' >> tmp-gi.list | |
| echo '../../gcc/c-decl.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-common.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.h' >> tmp-gi.list | |
| echo '../../gcc/c-pragma.c' >> tmp-gi.list | |
| echo '../../gcc/c-objc-common.c' >> tmp-gi.list | |
| echo '../../gcc/c-parser.c' >> tmp-gi.list | |
| /bin/sh ../../gcc/../move-if-change tmp-gi.list gtyp-input.list | |
| echo timestamp > s-gtyp-input | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmodes \ | |
| build/genmodes.o build/errors.o .././libiberty/libiberty.a | |
| build/genmodes -h > tmp-modes.h | |
| build/genmodes -m > tmp-min-modes.c | |
| build/genmodes > tmp-modes.c | |
| /bin/sh ../../gcc/../move-if-change tmp-modes.h insn-modes.h | |
| /bin/sh ../../gcc/../move-if-change tmp-min-modes.c min-insn-modes.c | |
| /bin/sh ../../gcc/../move-if-change tmp-modes.c insn-modes.c | |
| echo timestamp > s-modes-h | |
| echo timestamp > s-modes | |
| echo timestamp > s-modes-m | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genopinit.o ../../gcc/genopinit.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genoutput.o ../../gcc/genoutput.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genpeep.o ../../gcc/genpeep.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genrecog.o ../../gcc/genrecog.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/pretty-print.c -o pretty-print.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/i386/host-i386-darwin.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genconstants.o ../../gcc/genconstants.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/read-rtl.o ../../gcc/read-rtl.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/min-insn-modes.o min-insn-modes.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gensupport.o ../../gcc/gensupport.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/print-rtl.o ../../gcc/print-rtl.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genmddeps.o ../../gcc/genmddeps.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genflags.o ../../gcc/genflags.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genconditions.o ../../gcc/genconditions.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genpreds.o ../../gcc/genpreds.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genconfig.o ../../gcc/genconfig.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genattr.o ../../gcc/genattr.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genautomata.o ../../gcc/genautomata.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genemit.o ../../gcc/genemit.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gencodes.o ../../gcc/gencodes.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genextract.o ../../gcc/genextract.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gengtype \ | |
| build/gengtype.o build/gengtype-lex.o build/gengtype-parse.o build/errors.o .././libiberty/libiberty.a | |
| build/gengtype ../../gcc gtyp-input.list | |
| echo timestamp > s-gtype | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/ggc-common.c -o ggc-common.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/vec.c -o vec.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/rtl.o ../../gcc/rtl.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/ggc-none.o ../../gcc/ggc-none.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/vec.o ../../gcc/vec.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/stub-objc.c -o stub-objc.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/genattrtab.o ../../gcc/genattrtab.c | |
| ../../gcc/ggc-common.c: In function 'ggc_mark_roots': | |
| ../../gcc/ggc-common.c:128: warning: cast discards qualifiers from pointer target type | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/tree-iterator.c -o tree-iterator.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconstants \ | |
| build/genconstants.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genmddeps \ | |
| build/genmddeps.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genflags \ | |
| build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconditions \ | |
| build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpreds \ | |
| build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genconfig \ | |
| build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattr \ | |
| build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genemit \ | |
| build/genemit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencodes \ | |
| build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genextract \ | |
| build/genextract.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genopinit \ | |
| build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genoutput \ | |
| build/genoutput.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genpeep \ | |
| build/genpeep.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genrecog \ | |
| build/genrecog.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/errors.o .././libiberty/libiberty.a | |
| build/genmddeps ../../gcc/config/i386/i386.md > tmp-mddeps | |
| /bin/sh ../../gcc/../move-if-change tmp-mddeps mddeps.mk | |
| echo timestamp > s-mddeps | |
| build/genconstants ../../gcc/config/i386/i386.md \ | |
| > tmp-constants.h | |
| build/genconditions ../../gcc/config/i386/i386.md > tmp-condmd.c | |
| build/genpreds -h ../../gcc/config/i386/i386.md > tmp-preds.h | |
| build/genpreds -c ../../gcc/config/i386/i386.md > tmp-constrs.h | |
| build/genpreds ../../gcc/config/i386/i386.md > tmp-preds.c | |
| /bin/sh ../../gcc/../move-if-change tmp-constants.h insn-constants.h | |
| /bin/sh ../../gcc/../move-if-change tmp-preds.h tm-preds.h | |
| /bin/sh ../../gcc/../move-if-change tmp-condmd.c build/gencondmd.c | |
| /bin/sh ../../gcc/../move-if-change tmp-preds.c insn-preds.c | |
| echo timestamp > s-constants | |
| echo timestamp > s-preds-h | |
| /bin/sh ../../gcc/../move-if-change tmp-constrs.h tm-constrs.h | |
| echo timestamp > s-conditions | |
| echo timestamp > s-preds | |
| echo timestamp > s-constrs-h | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc -I../../gcc/build -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -o build/gencondmd.o build/gencondmd.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/gencondmd \ | |
| build/gencondmd.o .././libiberty/libiberty.a | |
| build/gencondmd > tmp-cond.md | |
| /bin/sh ../../gcc/../move-if-change tmp-cond.md insn-conditions.md | |
| echo timestamp > s-condmd | |
| build/genflags ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-flags.h | |
| build/genconfig ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-config.h | |
| build/genattr ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-attr.h | |
| build/genemit ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-emit.c | |
| build/gencodes ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-codes.h | |
| build/genextract ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-extract.c | |
| /bin/sh ../../gcc/../move-if-change tmp-config.h insn-config.h | |
| /bin/sh ../../gcc/../move-if-change tmp-codes.h insn-codes.h | |
| /bin/sh ../../gcc/../move-if-change tmp-attr.h insn-attr.h | |
| /bin/sh ../../gcc/../move-if-change tmp-flags.h insn-flags.h | |
| echo timestamp > s-config | |
| /bin/sh ../../gcc/../move-if-change tmp-extract.c insn-extract.c | |
| echo timestamp > s-codes | |
| echo timestamp > s-attr | |
| echo timestamp > s-flags | |
| build/genopinit ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-opinit.c | |
| build/genoutput ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-output.c | |
| /bin/sh ../../gcc/../move-if-change tmp-emit.c insn-emit.c | |
| build/genpeep ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-peep.c | |
| echo timestamp > s-extract | |
| build/genrecog ../../gcc/config/i386/i386.md \ | |
| insn-conditions.md > tmp-recog.c | |
| echo timestamp > s-emit | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-convert.c -o c-convert.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-aux-info.c -o c-aux-info.o | |
| /bin/sh ../../gcc/../move-if-change tmp-peep.c insn-peep.c | |
| ../../gcc/config/i386/i386.md:19455: warning: operand 1 missing mode? | |
| ../../gcc/config/i386/i386.md:19498: warning: operand 1 missing mode? | |
| echo timestamp > s-peep | |
| /bin/sh ../../gcc/../move-if-change tmp-opinit.c insn-opinit.c | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-common.c -o c-common.o | |
| echo timestamp > s-opinit | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| ../../gcc/c-opts.c -o c-opts.o | |
| /bin/sh ../../gcc/../move-if-change tmp-recog.c insn-recog.c | |
| echo timestamp > s-recog | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-format.c -o c-format.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-semantics.c -o c-semantics.o | |
| /bin/sh ../../gcc/../move-if-change tmp-output.c insn-output.c | |
| echo timestamp > s-output | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-incpath.c -o c-incpath.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DGCC_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/i386-apple-darwin12.3.0\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/include\" -DPREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/\" \ | |
| -c ../../gcc/cppdefault.c -o cppdefault.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-ppoutput.c -o c-ppoutput.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-cppbuiltin.c -o c-cppbuiltin.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DPREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc\" -DBASEVER="\"4.3.6\"" \ | |
| -c ../../gcc/prefix.c -o prefix.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-objc-common.c -o c-objc-common.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-dump.c -o c-dump.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber \ | |
| -DHOST_MACHINE=\"i386-apple-darwin12.3.0\" -DTARGET_MACHINE=\"i386-apple-darwin12.3.0\" \ | |
| ../../gcc/c-pch.c -o c-pch.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/c-parser.c -o c-parser.o | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -I/usr/local/Cellar/gmp/5.1.1/include -I/usr/local/Cellar/mpfr/3.1.1-p2/include -I../../gcc/../libdecnumber -I../../gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc/config/darwin-c.c -DGCC_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include\" -DFIXED_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/include-fixed\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/i386-apple-darwin12.3.0\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../include/c++/4.3.6/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/i386-apple-darwin12.3.0/4.3.6/../../../../i386-apple-darwin12.3.0/include\" -DPREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/\" -DSTANDARD_EXEC_PREFIX=\"/usr/local/Cellar/gcc4.3/4.3.6/gcc/lib/gcc/\" | |
| /private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/xgcc -B/private/tmp/gcc4.3-ygLN/gcc-4.3.6/build/./prev-gcc/ -B/usr/local/Cellar/gcc4.3/4.3.6/gcc/i386-apple-darwin12.3.0/bin/ -c -O2 -g -D_FORTIFY_SOURCE=0 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This formula is directly adapted from gcc45.rb. I simply commented out options and dependencies that were not relevant according to the gcc-4.3 documentation.