sane-toolchain-uclinux-uclibc: use -pipe
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 14 Jan 2011 06:12:07 +0000 (06:12 +0000)
committerKhem Raj <raj.khem@gmail.com>
Sat, 15 Jan 2011 23:50:36 +0000 (15:50 -0800)
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>
conf/distro/include/sane-toolchain-uclinux-uclibc.inc

index fbb239a..a1e7df0 100644 (file)
@@ -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