From patchwork Thu Jan 13 22:12:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] sane-toolchain-uclinux-uclibc: use -pipe Date: Thu, 13 Jan 2011 22:12:07 -0000 From: Bernhard Reutner-Fischer X-Patchwork-Id: 276 Message-Id: <1294956728-32390-3-git-send-email-rep.dot.nop@gmail.com> To: openembedded-devel@lists.openembedded.org Use -pipe for FULL_OPTIMIZATION Signed-off-by: Bernhard Reutner-Fischer --- .../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