summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-08 19:52:17 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-08 19:52:17 +0000
commit266232a775c2a57eb07cb843b9899f5d919185f9 (patch)
treefed2bee95be417fa462e57926c3b586bf84e2d91
parent365716fb197a6f3aada32baffce753498fe9df2a (diff)
Formerly Maketools.~3~
-rw-r--r--=Maketools2
1 files changed, 1 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index 03a4c430..a89a8914 100644
--- a/=Maketools
+++ b/=Maketools
@@ -15,7 +15,7 @@ CCVERSION=2.5.8
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
HOST_CC := $(CC)
-CC=gcc $(CCTYPE) -O6 -pipe
+CC=gcc $(CCTYPE) -O2 -pipe
MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom
CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp
export CPP