summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-08 20:09:09 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-08 20:09:09 +0000
commit7b58b2c577b9926ebcba07d93297a6011ac39dea (patch)
tree0836b9413fedaa89baf2974a0b9df2d060402e72 /Makefile
parent5af473bf26fdfbe2fc390a1f53822bffffdc5505 (diff)
add -pipe to default CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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