From fd97593ef829e3c5280ac6770e962d2fc67e7c5c Mon Sep 17 00:00:00 2001 From: kenner Date: Mon, 15 Apr 1996 11:28:50 +0000 Subject: (CC): Pass -b $(host), not target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11776 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/build-make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/build-make') 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 -- cgit v1.2.1