From 63eac4d4851a76546d79981f8f285a09183bfa3c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 15 Apr 1996 07:28:50 -0400 Subject: (CC): Pass -b $(host), not target. From-SVN: r11776 --- 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 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 -- cgit v1.1