[Bug bootstrap/16557] bootstrap failure of gcc-3.5-20040711 snapshot on i686-apple-darwin7.2.1
lars dot sonchocky-helldorf at hamburg dot de
gcc-bugzilla@gcc.gnu.org
Thu Jul 15 02:15:00 GMT 2004
------- Additional Comments From lars dot sonchocky-helldorf at hamburg dot de 2004-07-15 02:15 -------
I did:
make bootstrap STAGE1_CFLAGS="-no-cpp-precomp -Wa,-force_cpusubtype_ALL -v"
but I think the result:
CFLAGS="-no-cpp-precomp -Wa,-force_cpusubtype_ALL -v -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -fno-common " \
CONFIG_H="tconfig.h ../../gcc-3.5-20040711/gcc/../include/ansidecl.h" TM_H="tm.h ../../
gcc-3.5-20040711/gcc/config/i386/i386.h ../../gcc-3.5-20040711/gcc/config/darwin7.h ../../
gcc-3.5-20040711/gcc/config/darwin.h ../../gcc-3.5-20040711/gcc/config/i386/darwin.h ../../
gcc-3.5-20040711/gcc/defaults.h insn-constants.h insn-flags.h" \
INCLUDES="-I. -I. -I../../gcc-3.5-20040711/gcc -I../../gcc-3.5-20040711/gcc/. -I../../gcc-3.5-
20040711/gcc/../include -I./../intl -I../../gcc-3.5-20040711/gcc/../libcpp/include -I../../gcc-
3.5-20040711/gcc/../libbanshee/libcompat -I../../gcc-3.5-20040711/gcc/../libbanshee -I../../
gcc-3.5-20040711/gcc/../libbanshee/points-to " \
MAKEOVERRIDES= \
-f libgcc.mk all
for d in libgcc; do \
if [ -d $d ]; then true; else /bin/sh ../../gcc-3.5-20040711/gcc/../mkinstalldirs $d; fi; \
done
mkdir -p -- libgcc
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
./xgcc -B./ -B/tmp/gcc/i686-apple-darwin7.2.1/bin/ -isystem /tmp/gcc/i686-apple-
darwin7.2.1/include -isystem /tmp/gcc/i686-apple-darwin7.2.1/sys-include -L/var/root/GCC/
FSF/testbuild/gcc/../ld -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc-3.5-20040711/gcc -I../../gcc-
3.5-20040711/gcc/. -I../../gcc-3.5-20040711/gcc/../include -I./../intl -I../../gcc-3.5-
20040711/gcc/../libcpp/include -I../../gcc-3.5-20040711/gcc/../libbanshee/libcompat -I../../
gcc-3.5-20040711/gcc/../libbanshee -I../../gcc-3.5-20040711/gcc/../libbanshee/points-to -
DL_muldi3 -c ../../gcc-3.5-20040711/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from ./tm.h:7,
from ../../gcc-3.5-20040711/gcc/libgcc2.c:43:
../../gcc-3.5-20040711/gcc/config/i386/darwin.h:102:45: warning: backslash and newline
separated by space
/usr/libexec/gcc/darwin/i386/as: Flag option -i has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -e has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -n has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -u has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -e has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -- has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -e has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -u has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -- has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -m has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -b has already been seen!
/usr/libexec/gcc/darwin/i386/as: Flag option -o has already been seen!
FATAL:-g can't be specified if -n is specified
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[2]: *** [libgcc.a] Error 2
make[1]: *** [stage1_build] Error 2
make: *** [bootstrap] Error 2
localhost:~/GCC/FSF/testbuild root#
is not what you expected.
So what do you mean by "Add -v"? Where should that be added? Makefiles?
regards, Lars
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16557
More information about the Gcc-bugs
mailing list