diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-11-08 19:27:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-11-08 19:27:56 +0000 |
commit | 55c48df54aee12d4520fe1a024b7da1a233d93c3 (patch) | |
tree | 0e5a3287752ade3e985c47ef90f0917e07e62cfd | |
parent | 88129f99b2e25f38cb7be3f8f50494842b853309 (diff) |
(CCVERSION): Upgrade default to version 2.6.2.
-rw-r--r-- | =Maketools | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +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 -CCVERSION=$(firstword $(CCVERSION-$(hostname)) 2.6.0) +CCVERSION=$(firstword $(CCVERSION-$(hostname)) 2.6.2) CCTYPE=-b $(CCTARGET) -V $(CCVERSION) CCVERSION-douglas.gnu.ai.mit.edu = 2.5.7 CCVERSION-ernst.gnu.ai.mit.edu = 2.5.7 |