From 72e7e5b3f26846a764cf17b87eb15adab9210742 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 21 Oct 1992 22:17:45 +0000 Subject: [PATCH] (all.build): Add target $(GCC_PASSES) for xgcc. From-SVN: r2545 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2