summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-04 19:05:46 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-04 19:05:46 +0000
commitb17731a9eafb52f53716eb0eba5dce0f2409ff30 (patch)
tree5b16778b242c3e83e1c08e7a4280cb8dd16ed54d
parentbca701ae30cc7cee265c747c3d438896b3837200 (diff)
Formerly Maketools.~2~
-rw-r--r--=Maketools8
1 files changed, 6 insertions, 2 deletions
diff --git a/=Maketools b/=Maketools
index 1a73e4a9..03a4c430 100644
--- a/=Maketools
+++ b/=Maketools
@@ -14,9 +14,13 @@ CCTARGET=i386-mach
CCVERSION=2.5.8
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
+HOST_CC := $(CC)
CC=gcc $(CCTYPE) -O6 -pipe
-MIGCOM=rsh $(mighost) cd $(hurdsource)/$(dir) \; /usr/local/lib/migcom
+MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom
CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp
-MIG=rsh $(mighost) cd $(hurdsource)/$(dir) \; mig
+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