This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Can't bootstrap 3.0 with 2.95.3
- To: gcc at gcc dot gnu dot org
- Subject: Can't bootstrap 3.0 with 2.95.3
- From: Jan Dvorak <johnydog at go dot cz>
- Date: Thu, 21 Jun 2001 14:48:17 +0200
- Organization: (XNET.cz)
Hi,
when bootstraping gcc 3.0, it stops at:
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H
-I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config
-I../../gcc/gcc/../include underscore.c -o underscore.o
underscore.c:0: malformed option `-A system=posix'
underscore.c:0: malformed option `-A cpu=i386'
underscore.c:0: malformed option `-A machine=i386'
make[2]: *** [underscore.o] Error 1
make[2]: Leaving directory `/dogus2/GCC/OBJ/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/dogus2/GCC/OBJ/gcc'
make: *** [bootstrap] Error 2
Target is i686-linux with glibc 2.2, gcc 2.95.3 built from sources.
Any ideas ?
Thanks,
Jan Dvorak <johnydog@go.cz>