Commit 658a87e5 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r33649
parent 6bed14c7
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment