diff options
Diffstat (limited to 'binutils/hurd/log_build')
-rw-r--r-- | binutils/hurd/log_build | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/binutils/hurd/log_build b/binutils/hurd/log_build index e9181faf..ebb45da5 100644 --- a/binutils/hurd/log_build +++ b/binutils/hurd/log_build @@ -1374,6 +1374,7 @@ checking for stdlib.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes +checking whether string.h and strings.h may both be included... yes checking whether basename is declared... yes checking whether stpcpy is declared... yes checking linker --as-needed support... yes @@ -1571,6 +1572,7 @@ checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes +checking whether string.h and strings.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking for sbrk... yes @@ -1631,12 +1633,8 @@ if [ -r sysinfo.c ]; then \ gcc-4.6 -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -Wno-error ../../master/binutils/sysinfo.c ; \ fi /bin/dash ../../master/binutils/../ylwrap ../../master/binutils/syslex.l lex.yy.c syslex.c -- flex -if [ -r syslex.c ]; then \ - gcc-4.6 -c -I. -I../../master/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -Wno-error syslex.c ; \ - else \ - gcc-4.6 -c -I. -I../../master/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -Wno-error ../../master/binutils/syslex.c ;\ - fi -gcc-4.6 -g -O2 -o sysinfo sysinfo.o syslex.o +gcc-4.6 -c -I. -I../../master/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -Wno-error ../../master/binutils/syslex_wrap.c +gcc-4.6 -g -O2 -o sysinfo sysinfo.o syslex_wrap.o ./sysinfo -d <../../master/binutils/sysroff.info >sysroff.h /bin/dash ../../master/binutils/../ylwrap ../../master/binutils/defparse.y y.tab.c defparse.c y.tab.h defparse.h y.output defparse.output -- bison -y -d conflicts: 27 shift/reduce @@ -2044,6 +2042,7 @@ checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for sys/stat.h... (cached) yes +checking whether string.h and strings.h may both be included... yes checking whether compiling a cross-assembler... no checking for working alloca.h... yes checking for alloca... yes @@ -2572,6 +2571,7 @@ checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes +checking whether string.h and strings.h may both be included... yes checking for glob... yes checking for mkstemp... yes checking for realpath... yes @@ -2700,7 +2700,7 @@ gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I In file included from ../../master/ld/ldlex-wrapper.c:6:0: ldlex.c: In function 'yy_scan_buffer': ldlex.c:3774:41: warning: declaration of 'base' shadows a global declaration [-Wshadow] -../../master/ld/ldlang.h:475:20: warning: shadowed declaration is here [-Wshadow] +../../master/ld/ldlang.h:476:20: warning: shadowed declaration is here [-Wshadow] mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po gcc-4.6 -DHAVE_CONFIG_H -I. -I../../master/ld -I. -I../../master/ld -I../bfd -I../../master/ld/../bfd -I../../master/ld/../include -g -O2 -DENABLE_PLUGINS -DLOCALEDIR="\"[...]/hurd/master.build.install/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -g -O2 -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o ../../master/ld/lexsup.c mv -f .deps/lexsup.Tpo .deps/lexsup.Po |