summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-03-23 18:45:48 +0000
committerRoland McGrath <roland@gnu.org>1994-03-23 18:45:48 +0000
commita3f9aee5404444e0c40925e78830b1a4eb3c72c5 (patch)
treef21ab667b00b495e22f3c2986a1b6aeffe83c286
parent96f1a96273434ff1bd200aa6118d1179d2215137 (diff)
Formerly Maketools.~5~
-rw-r--r--=Maketools4
1 files changed, 3 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index e4f22c5f..b8d02bab 100644
--- a/=Maketools
+++ b/=Maketools
@@ -14,7 +14,9 @@ CCTARGET=i386-mach
CCVERSION=2.5.8
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
-HOST_CC := $(CC)
+ifndef HOST_CC
+export HOST_CC := $(CC)
+endif
CC=gcc $(CCTYPE) -O2 -pipe # Ceci n'est pas une pipe.
MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom
CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp