From ecf951993f60528edddf6a816065694d5a792a7d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 9 Jun 1997 19:25:01 -0400 Subject: [PATCH] (GCC_PASSES): Prevent all compilers from being built when only the C compiler is needed. From-SVN: r14206 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5cb744762d3..f654b35ee31 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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. -- 2.30.2