summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-19 16:36:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-19 16:36:12 +0000
commitc86d6cb87ec818c6bb051a21a111c53cdf4f9334 (patch)
tree890091a714717fb45e2c24d5a6c7fd39599041d2 /=Maketools
parentd9fc33c37a55ac8d84023ac0dd0ddd9e10cd3a4c (diff)
Formerly Maketools.~20~
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools4
1 files changed, 2 insertions, 2 deletions
diff --git a/=Maketools b/=Maketools
index 77243782..fbd0a416 100644
--- a/=Maketools
+++ b/=Maketools
@@ -13,7 +13,7 @@ mighost := ernst.gnu.ai.mit.edu
# Set these options to the GCC compiler spec (the correct value
# can be found in /usr/local/lib/lib-gcc).
-CCTARGET=i386-mach
+CCTARGET=i386-gnu
CCVERSION=$(firstword $(CCVERSION-$(hostname)) 2.5.8)
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
CCVERSION-douglas.gnu.ai.mit.edu = 2.5.7
@@ -33,7 +33,7 @@ MIGCOM=rsh $(mighost) cd `pwd` \; umask `umask` \; /usr/local/lib/migcom
else
MIGCOM=/usr/local/lib/migcom
endif
-CPP=$(ccdir)/cpp
+CPP=$(CC) -E -x c
export CPP
# I put a /usr/local/bin/mig on the hp300s that will run $CPP locally and
# rsh to ernst to run migcom. --roland