From: Richard Stallman Date: Wed, 21 Oct 1992 22:17:45 +0000 (+0000) Subject: (all.build): Add target $(GCC_PASSES) for xgcc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72e7e5b3f26846a764cf17b87eb15adab9210742;p=gcc.git (all.build): Add target $(GCC_PASSES) for xgcc. From-SVN: r2545 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e85b2be9a53..fa01c74d740 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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.