From 658a87e57f266dcc75a83238582d27db26204aa6 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 3 May 2000 16:18:47 -0700 Subject: [PATCH] * Makefile.in (start.encap): Do not depend on LIBGCC1. From-SVN: r33649 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8ac8f38165..df3eeaf8ee6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-03 Richard Henderson + + * Makefile.in (start.encap): Do not depend on LIBGCC1. + 2000-05-03 Jason Merrill * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b0a94443db9..2049d245ad5 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 -- 2.30.2