summaryrefslogtreecommitdiff
path: root/gcc/build-make
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 11:28:50 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-04-15 11:28:50 +0000
commitfd97593ef829e3c5280ac6770e962d2fc67e7c5c (patch)
tree1df8516efb72ecd97ff39f7f4e17a5e11b24e5bd /gcc/build-make
parentdb321fd675882154cb7bd8296ad0af4db2c66af7 (diff)
downloadgcc-fd97593ef829e3c5280ac6770e962d2fc67e7c5c.tar.gz
(CC): Pass -b $(host), not target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11776 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/build-make')
-rw-r--r--gcc/build-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/build-make b/gcc/build-make
index 0e92f1579e0..116d579ba66 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