diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-15 11:28:50 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-04-15 11:28:50 +0000 |
commit | fd97593ef829e3c5280ac6770e962d2fc67e7c5c (patch) | |
tree | 1df8516efb72ecd97ff39f7f4e17a5e11b24e5bd /gcc/build-make | |
parent | db321fd675882154cb7bd8296ad0af4db2c66af7 (diff) | |
download | gcc-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-make | 2 |
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 |