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
commitdea8161e0f4b0b3f88dfe95a137615f2be97445a (patch)
tree7a5f240462189d6c77d69b2d2e4f6fcb6e6f1872 /=Maketools
parent8bd32534808830ad8a6842a5f24f71b17fe46e14 (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