summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-03-20 19:02:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-03-20 19:02:06 +0000
commit9ef07e45174efbef6826a64f51c6a650ca92d567 (patch)
tree00f796bedf4f224fc93d5eac4f35eb500ccfc8eb /=Maketools
parentf979f535cab41211d4d7a7831c26bfa415e024a1 (diff)
(CC): Specify `$(CCTARGET)-gcc' instead of just `gcc'.
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools2
1 files changed, 1 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index 4ae5ebb6..92de2353 100644
--- a/=Maketools
+++ b/=Maketools
@@ -26,7 +26,7 @@ ccdir = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)
ifndef BUILD_CC
export BUILD_CC := $(CC)
endif
-CC=gcc $(CCTYPE) -O2 -pipe
+CC=$(CCTARGET)-gcc $(CCTYPE) -O2 -pipe
ifeq (,$(wildcard /usr/local/lib/migcom))
MIGCOM=/usr/local/i386-gnu/lib/migcom
MIG=$(tooldir)/mig