aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-01-14 06:12:07 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-15 15:50:36 -0800
commit09e915dd192ff01a01343070d0b728546f985451 (patch)
treeece730083ff059868e4d1ed480c3216d978911ff /conf
parent0da42c98dcd9d5f1146565bc934931c37727c214 (diff)
downloadopenembedded-09e915dd192ff01a01343070d0b728546f985451.tar.gz
sane-toolchain-uclinux-uclibc: use -pipe
Use -pipe for FULL_OPTIMIZATION Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/sane-toolchain-uclinux-uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/sane-toolchain-uclinux-uclibc.inc b/conf/distro/include/sane-toolchain-uclinux-uclibc.inc
index fbb239a683..a1e7df0087 100644
--- a/conf/distro/include/sane-toolchain-uclinux-uclibc.inc
+++ b/conf/distro/include/sane-toolchain-uclinux-uclibc.inc
@@ -9,7 +9,7 @@ USE_NLS_gcc-cross = "no"
#mess with compiler flags to use -Os instead of -O2
#Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
-FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os"
+FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -pipe"
BUILD_OPTIMIZATION = "-Os"
#Gcc will die with 'internal consistency error when using the above optimizations