From 7b58b2c577b9926ebcba07d93297a6011ac39dea Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Oct 2004 20:09:09 +0000 Subject: add -pipe to default CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 368a32019..5cc743770 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ GCC_WITH_TUNE:= #SOFT_FLOAT:=true SOFT_FLOAT:=false -TARGET_OPTIMIZATION=-Os +TARGET_OPTIMIZATION=-Os -pipe TARGET_DEBUGGING= #-g # Currently the unwind stuff seems to work for staticly linked apps but -- cgit v1.2.3-55-g7522