summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-16 05:43:28 +0000
committerRoland McGrath <roland@gnu.org>1995-02-16 05:43:28 +0000
commit526aa730d5e78518414e891ebdf025422763310c (patch)
treec3804891bbef720980cd27bc2bf016a21e55790a
parentc21e088894826c34449f8ee8f15c7a483b039d91 (diff)
(hostname): New variable, so CCVERSION actually works.
-rw-r--r--=Maketools1
1 files changed, 1 insertions, 0 deletions
diff --git a/=Maketools b/=Maketools
index b4183cff..4ae5ebb6 100644
--- a/=Maketools
+++ b/=Maketools
@@ -14,6 +14,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-gnu
+hostname := $(shell hostname)
CCVERSION=$(firstword $(CCVERSION-$(hostname)) 2.6.2)
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
CCVERSION-douglas.gnu.ai.mit.edu = 2.5.7