Commit bae34858 by Richard Kenner

(GCC_PASSES): Revert previous change; use cc1$(exeext).

From-SVN: r13786
parent 39a96e84
......@@ -347,7 +347,7 @@ COMPILERS = cc1$(exeext) cc1obj$(exeext)
# 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