diff options
author | Roland McGrath <roland@gnu.org> | 1994-03-23 18:45:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-03-23 18:45:48 +0000 |
commit | a3f9aee5404444e0c40925e78830b1a4eb3c72c5 (patch) | |
tree | f21ab667b00b495e22f3c2986a1b6aeffe83c286 /=Maketools | |
parent | 96f1a96273434ff1bd200aa6118d1179d2215137 (diff) |
Formerly Maketools.~5~
Diffstat (limited to '=Maketools')
-rw-r--r-- | =Maketools | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |