[oe-commits] Bernhard Reutner-Fischer : sane-toolchain-uclinux-uclibc: use -pipe

git version control git at git.openembedded.org
Wed Apr 20 14:38:42 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: d460de33f912228c1162b8ebd21b8a9955aef8ec
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d460de33f912228c1162b8ebd21b8a9955aef8ec

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Fri Jan 14 06:12:07 2011 +0000

sane-toolchain-uclinux-uclibc: use -pipe

Use -pipe for FULL_OPTIMIZATION

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../include/sane-toolchain-uclinux-uclibc.inc      |    2 +-
 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 fbb239a..a1e7df0 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





More information about the Openembedded-commits mailing list