summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-04-08 23:47:02 +0000
committerRoland McGrath <roland@gnu.org>1994-04-08 23:47:02 +0000
commitcc7a844ccaa9657225550bd9ac18bcda2d73f862 (patch)
treeb9f03de108e6782d3aa4cb080fda4107fa54c8ed /=Maketools
parent0a936e7568bf2a955845e9e19cb2ce19ebc787bd (diff)
Formerly Maketools.~9~
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools6
1 files changed, 4 insertions, 2 deletions
diff --git a/=Maketools b/=Maketools
index a7b22318..60ff7d93 100644
--- a/=Maketools
+++ b/=Maketools
@@ -10,9 +10,11 @@ mighost := ernst
# Set these options to the GCC compiler spec (the correct value
# can be found in /usr/local/lib/lib-gcc).
-CCTARGET=i386-mach
-CCVERSION=2.5.8
+CCTARGET=i386-gnu
+CCVERSION=$(firstword $(CCVERSION-$(hostname)) 2.5.8)
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
+CCVERSION-douglas.gnu.ai.mit.edu = 2.5.7
+CCVERSION-ernst.gnu.ai.mit.edu = 2.5.7
ifndef HOST_CC
export HOST_CC := $(CC)