diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-16 05:43:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-16 05:43:28 +0000 |
commit | 526aa730d5e78518414e891ebdf025422763310c (patch) | |
tree | c3804891bbef720980cd27bc2bf016a21e55790a | |
parent | c21e088894826c34449f8ee8f15c7a483b039d91 (diff) |
(hostname): New variable, so CCVERSION actually works.
-rw-r--r-- | =Maketools | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |