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 | ae31f51e1ba8afc3c5b797c01508e6c5d2d6f59d (patch) | |
| tree | 215e720b2bfa3f23fa82139847b5d78dc27f202f /=Maketools | |
| parent | 42241669ffb457214e1aac9d6a814c911d662075 (diff) | |
(hostname): New variable, so CCVERSION actually works.
Diffstat (limited to '=Maketools')
| -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 |
