summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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