summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
Diffstat (limited to '=Maketools')
-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