From e22f9f0e62904b164829c0eb9f652ec38a6b688c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 16 Aug 1994 02:19:12 +0000 Subject: entered into RCS --- =Maketools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/=Maketools b/=Maketools index ffd724cb..4679b119 100644 --- a/=Maketools +++ b/=Maketools @@ -21,8 +21,8 @@ CCVERSION-ernst.gnu.ai.mit.edu = 2.5.7 ccdir = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION) -ifndef HOST_CC -export HOST_CC := $(CC) +ifndef BUILD_CC +export BUILD_CC := $(CC) endif CC=gcc $(CCTYPE) -O2 -pipe ifeq (,$(wildcard /usr/local/lib/migcom)) @@ -39,7 +39,7 @@ AR=$(tooldir)/ar RANLIB=$(tooldir)/ranlib LD=$(tooldir)/ld -L$(ccdir) -INSTALL_BIN=$(tooldir)/objcopy -S +INSTALL_BIN=i386-gnu-objcopy -S #INSTALL_BIN=cp machine := i386 -- cgit v1.2.3