* Makefile.in (start.encap): Do not depend on LIBGCC1.

From-SVN: r33649
This commit is contained in:
Richard Henderson 2000-05-03 16:18:47 -07:00 committed by Richard Henderson
parent 6bed14c7a6
commit 658a87e57f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-03 Richard Henderson <rth@cygnus.com>
* Makefile.in (start.encap): Do not depend on LIBGCC1.
2000-05-03 Jason Merrill <jason@casey.cygnus.com>
* Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.

View File

@ -860,7 +860,7 @@ all.cross: native gcc-cross xcpp$(exeext) specs \
# This is what to compile if making gcc with a cross-compiler.
all.build: native xgcc$(exeext) xcpp$(exeext) $(EXTRA_PARTS) lang.all.build
# This is what must be made before installing GCC and converting libraries.
start.encap: native xgcc$(exeext) xcpp$(exeext) specs $(LIBGCC1) \
start.encap: native xgcc$(exeext) xcpp$(exeext) specs \
xlimits.h lang.start.encap
# These can't be made until after GCC can run.
rest.encap: $(STMP_FIXPROTO) $(LIBGCC) $(EXTRA_PARTS) lang.rest.encap