summaryrefslogtreecommitdiff
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
commite209557a7a976b21f7ba639d2e1a7d65ef75af25 (patch)
tree0f43724a434e64cb09b72843563f9074a0ef1bad
parent22b8248495d18f7d1c2abd3d9e93b6aa2556f4ec (diff)
Formerly Maketools.~20~
-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