Commit 74c84fe6 by Jim Wilson

(specs): Use GCC_FOR_TARGET.

From-SVN: r3151
parent 8f80892b
......@@ -489,7 +489,7 @@ xgcc: gcc.o version.o $(LIBDEPS)
# Dump a specs file to make -B./ read these specs over installed ones.
specs: xgcc
./xgcc -dumpspecs > specs
$(GCC_FOR_TARGET) -dumpspecs > specs
# We do want to create an executable named `xgcc', so we can use it to
# compile libgcc2.a.
......
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