Commit ecf95199 by Richard Kenner

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

compiler is needed.

From-SVN: r14206
parent 7fa10b25
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment