summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-08-16 02:19:12 +0000
committerRoland McGrath <roland@gnu.org>1994-08-16 02:19:12 +0000
commite22f9f0e62904b164829c0eb9f652ec38a6b688c (patch)
tree75e4fd4321d65f57a1f23d10f95d8a0dd52c041a
parent78acd22c416dedb1b966a1732c4cd72a0b4fc06f (diff)
entered into RCS
-rw-r--r--=Maketools6
1 files 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