From: Richard Henderson Date: Wed, 3 May 2000 23:18:47 +0000 (-0700) Subject: * Makefile.in (start.encap): Do not depend on LIBGCC1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=658a87e57f266dcc75a83238582d27db26204aa6;p=gcc.git * Makefile.in (start.encap): Do not depend on LIBGCC1. From-SVN: r33649 --- 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