(all.build): Add target $(GCC_PASSES) for xgcc.

From-SVN: r2545
This commit is contained in:
Richard Stallman 1992-10-21 22:17:45 +00:00
parent d26d14f71a
commit 72e7e5b3f2

View File

@ -424,7 +424,7 @@ all.internal: start.encap rest.encap
# This is what to compile if making a cross-compiler.
all.cross: native gcc-cross libgcc.a cross-test $(EXTRA_PARTS)
# This is what to compile if making gcc with a cross-compiler.
all.build: native $(EXTRA_PARTS)
all.build: native $(GCC_PASSES) $(EXTRA_PARTS)
# This is what must be made before installing GCC and converting libraries.
start.encap: native xgcc specs $(LIBGCC1) xlimits.h
# Use this to make a GCC that will be used only to recompile GCC.