diff options
author | Richard Henderson <rth@cygnus.com> | 2000-05-03 16:18:47 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2000-05-03 16:18:47 -0700 |
commit | 658a87e57f266dcc75a83238582d27db26204aa6 (patch) | |
tree | ea9b57121da7ea04cbca1d560153d99aac7e2235 /gcc | |
parent | 6bed14c7a6d6b480d344380d21dc63664957a91b (diff) | |
download | gcc-658a87e57f266dcc75a83238582d27db26204aa6.zip gcc-658a87e57f266dcc75a83238582d27db26204aa6.tar.gz gcc-658a87e57f266dcc75a83238582d27db26204aa6.tar.bz2 |
* Makefile.in (start.encap): Do not depend on LIBGCC1.
From-SVN: r33649
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8ac8f3..df3eeaf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b0a9444..2049d24 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 |