(all.build): Dep on xgcc instead of $(GCC_PASSES).

From-SVN: r2638
This commit is contained in:
Richard Stallman 1992-10-28 21:37:35 +00:00
parent 4e9d13031a
commit 9df7926f2c
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,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 $(GCC_PASSES) $(EXTRA_PARTS)
all.build: native xgcc $(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.