summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-05-24 20:15:17 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-05-24 20:15:17 +0000
commit0642add6bb9711abe8d30bf01f6663b73b3c9b79 (patch)
treee63274b79c380ef1e22409d851d0ea6f5efb0935 /=Maketools
parentf30e0393f2b8efd5cec170fe1749af81b2c27822 (diff)
Formerly Maketools.~16~
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools4
1 files changed, 2 insertions, 2 deletions
diff --git a/=Maketools b/=Maketools
index 400f39aa..6e06d76a 100644
--- a/=Maketools
+++ b/=Maketools
@@ -26,8 +26,8 @@ ccdir = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)
ifndef HOST_CC
export HOST_CC := $(CC)
endif
-CC=gcc $(CCTYPE) -O2 -pipe # Ceci n'est pas une pipe.
-MIGHOSTCC= gcc $(MIGHOSTCCTYPE) -O2 -pipe
+CC=gcc $(CCTYPE) -O2
+MIGHOSTCC= gcc $(MIGHOSTCCTYPE) -O2
ifeq (,$(wildcard /usr/local/lib/migcom))
MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom
else