summaryrefslogtreecommitdiff
path: root/conf/distro/include/sane-toolchain-uclibc.inc
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-12 22:10:05 +0100
committerPhil Blundell <philb@gnu.org>2009-06-12 22:10:05 +0100
commit543f79f0298ff23b03339172e8a2f3f05784495e (patch)
tree40d69080b7d375c665aa3ce6e20f80f1cd66c046 /conf/distro/include/sane-toolchain-uclibc.inc
parent1f72f3ed3a48ce1589482b013c5a06e7d864e050 (diff)
bitbake.conf: add -g to BUILD_OPTIMIZATION
sane-toolchain-*.inc: remove assignments to BUILD_OPTIMIZATION Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'conf/distro/include/sane-toolchain-uclibc.inc')
-rw-r--r--conf/distro/include/sane-toolchain-uclibc.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/distro/include/sane-toolchain-uclibc.inc b/conf/distro/include/sane-toolchain-uclibc.inc
index 394b52ae75..68e5031efc 100644
--- a/conf/distro/include/sane-toolchain-uclibc.inc
+++ b/conf/distro/include/sane-toolchain-uclibc.inc
@@ -16,7 +16,6 @@ TARGET_OS = "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARC
#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"
-BUILD_OPTIMIZATION = "-Os"
#Gcc will die with 'internal consistency error when using the above optimizations
#with gcc-4.2.1-atmel.1.0.3 (and probably most other avr32 gcc ports).