summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-14 21:35:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-14 21:35:06 +0000
commite641abc3b1f01e285240035221f5ddae32209bb3 (patch)
tree25298159eda57903011aa3c0d33035e8f378bc79 /=Maketools
parent2251c0527db1bb2230d7af971b3671cc749cd696 (diff)
Formerly Maketools.~4~
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools2
1 files changed, 1 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index a89a8914..e4f22c5f 100644
--- a/=Maketools
+++ b/=Maketools
@@ -15,7 +15,7 @@ CCVERSION=2.5.8
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
HOST_CC := $(CC)
-CC=gcc $(CCTYPE) -O2 -pipe
+CC=gcc $(CCTYPE) -O2 -pipe # Ceci n'est pas une pipe.
MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom
CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp
export CPP