From e99add5ecd35daf455d346f01177e53e22ed32c4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 8 Apr 1994 23:47:02 +0000 Subject: Formerly Maketools.~9~ --- =Maketools | 6 ++++-- 1 file 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) -- cgit v1.2.3