mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 04:39:36 +08:00
* Makefile.in (start.encap): Do not depend on LIBGCC1.
From-SVN: r33649
This commit is contained in:
parent
6bed14c7a6
commit
658a87e57f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user