summaryrefslogtreecommitdiff
path: root/=Maketools
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
commitae31f51e1ba8afc3c5b797c01508e6c5d2d6f59d (patch)
tree215e720b2bfa3f23fa82139847b5d78dc27f202f /=Maketools
parent42241669ffb457214e1aac9d6a814c911d662075 (diff)
(hostname): New variable, so CCVERSION actually works.
Diffstat (limited to '=Maketools')
-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