aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-04-15 07:28:50 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-04-15 07:28:50 -0400
commit63eac4d4851a76546d79981f8f285a09183bfa3c (patch)
tree1df8516efb72ecd97ff39f7f4e17a5e11b24e5bd
parent4d9cfc7b05b0e2bca49d4a14147e7f46cd8d7c2a (diff)
downloadgcc-63eac4d4851a76546d79981f8f285a09183bfa3c.zip
gcc-63eac4d4851a76546d79981f8f285a09183bfa3c.tar.gz
gcc-63eac4d4851a76546d79981f8f285a09183bfa3c.tar.bz2
(CC): Pass -b $(host), not target.
From-SVN: r11776
-rw-r--r--gcc/build-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/build-make b/gcc/build-make
index 0e92f15..116d579 100644
--- a/gcc/build-make
+++ b/gcc/build-make
@@ -1,5 +1,5 @@
# We have to use the cross-compiler we just built to compile it.
-CC = gcc -b $(target)
+CC = gcc -b $(host)
# Need those to compile binaries running on host machine.
# It is configured by