diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-21 22:17:45 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-21 22:17:45 +0000 |
commit | 72e7e5b3f26846a764cf17b87eb15adab9210742 (patch) | |
tree | 3e9659fd4d6315816e038778494ab56b288225d0 | |
parent | d26d14f71ab8ba77f1edb305a7502a6f9ef91545 (diff) | |
download | gcc-72e7e5b3f26846a764cf17b87eb15adab9210742.zip gcc-72e7e5b3f26846a764cf17b87eb15adab9210742.tar.gz gcc-72e7e5b3f26846a764cf17b87eb15adab9210742.tar.bz2 |
(all.build): Add target $(GCC_PASSES) for xgcc.
From-SVN: r2545
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e85b2be..fa01c74 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. |