This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
cpplib.h is breaking bootstrap on mainline
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 24 May 2004 11:12:30 -0700
- Subject: cpplib.h is breaking bootstrap on mainline
gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype \
gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a
gmake[2]: *** No rule to make target `../../gcc/gcc/../libcpp/include/cpplib.h', needed by `s-gtype'. Stop.
gmake[2]: Leaving directory `/usr/home/sgk/obj/gcc'
gmake[1]: *** [stage1_build] Error 2
gmake[1]: Leaving directory `/usr/home/sgk/obj/gcc'
gmake: *** [bootstrap] Error 2
Yes, I have Rainer's patch.
2004-05-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Makefile.in (CPPLIBS): Renamed to CPPLIB.
(BACKEND): Reflect this.
(LIBDEPS): Move CPPLIB before LIBIBERTY.
(LIBS): Likewise.
--
Steve