diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-21 21:52:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-21 21:52:16 +0000 |
commit | 60b4c9231e4447295e6772321815e4e5f4dbb3c8 (patch) | |
tree | 0ce80f7f45a0014e0defbd075988bf4d56af0790 /=Maketools | |
parent | 7a10d5f2960b266cdaf0db08bf6e89ae26e890c3 (diff) |
Formerly Maketools.~11~
Diffstat (limited to '=Maketools')
-rw-r--r-- | =Maketools | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -16,6 +16,8 @@ CCTYPE=-b $(CCTARGET) -V $(CCVERSION) CCVERSION-douglas.gnu.ai.mit.edu = 2.5.7 CCVERSION-ernst.gnu.ai.mit.edu = 2.5.7 +ccdir = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION) + ifndef HOST_CC export HOST_CC := $(CC) endif @@ -25,11 +27,11 @@ MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom else MIGCOM=/usr/local/lib/migcom endif -CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp +CPP=$(ccdir)/cpp export CPP # I put a /usr/local/bin/mig on the hp300s that will run $CPP locally and # rsh to ernst to run migcom. --roland MIG=mig # rsh $(mighost) cd `pwd` \; mig AR=$(tooldir)/ar RANLIB=$(tooldir)/ranlib -LD=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/ld +LD=$(ccdir)/ld -L$(ccdir) |