From efcb4879abffac84e49bd0353d5046194f27c71e Mon Sep 17 00:00:00 2001 From: rth Date: Wed, 3 May 2000 23:18:47 +0000 Subject: [PATCH] * Makefile.in (start.encap): Do not depend on LIBGCC1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33649 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.0