diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-08 23:47:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-08 23:47:02 +0000 |
commit | e99add5ecd35daf455d346f01177e53e22ed32c4 (patch) | |
tree | 29dc4e79fb13e172143cbdbe8dff5037e088add0 | |
parent | 5e80b86dd3a81b7cf164b8a0b966a08b3cc60f76 (diff) |
Formerly Maketools.~9~
-rw-r--r-- | =Maketools | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,9 +10,11 @@ mighost := ernst # Set these options to the GCC compiler spec (the correct value # can be found in /usr/local/lib/lib-gcc). -CCTARGET=i386-mach -CCVERSION=2.5.8 +CCTARGET=i386-gnu +CCVERSION=$(firstword $(CCVERSION-$(hostname)) 2.5.8) CCTYPE=-b $(CCTARGET) -V $(CCVERSION) +CCVERSION-douglas.gnu.ai.mit.edu = 2.5.7 +CCVERSION-ernst.gnu.ai.mit.edu = 2.5.7 ifndef HOST_CC export HOST_CC := $(CC) |