Commit 72e7e5b3 by Richard Stallman

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

From-SVN: r2545
parent d26d14f7
......@@ -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.
......
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