(GCC_PASSES): Prevent all compilers from being built when only the C

compiler is needed.

From-SVN: r14206
This commit is contained in:
Richard Kenner 1997-06-09 19:25:01 -04:00
parent 7fa10b250a
commit ecf951993f
1 changed files with 1 additions and 1 deletions

View 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.