(GCC_PASSES): Prevent all compilers from being built when only the C
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 9 Jun 1997 23:25:01 +0000 (19:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 9 Jun 1997 23:25:01 +0000 (19:25 -0400)
compiler is needed.

From-SVN: r14206

gcc/Makefile.in

index 5cb7447..f654b35 100644 (file)
@@ -352,7 +352,7 @@ COMPILERS = cc1$(exeext) cc1obj$(exeext) @all_compilers@
 
 # List of things which should already be built whenever we try to use xgcc
 # to compile anything (without linking).
-GCC_PASSES=xgcc$(exeext) $(COMPILERS) cpp$(exeext) $(EXTRA_PASSES)
+GCC_PASSES=xgcc$(exeext) cc1$(exeext) cpp$(exeext) $(EXTRA_PASSES)
 
 # List of things which should already be built whenever we try to use xgcc
 # to link anything.