aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-uclibc.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-17 20:48:27 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-17 20:48:27 +0200
commita77e25590931da8e1184bbaf86776e88ed7f7a65 (patch)
treed4cf8154f65098cc2f8b67c229d0eba83c93d4df /conf/distro/include/angstrom-uclibc.inc
parente149df3c7e427bd7167c22afb9151102174525ed (diff)
downloadopenembedded-a77e25590931da8e1184bbaf86776e88ed7f7a65.tar.gz
angstrom: don't use -ggdb3 for -native and -cross
* As Phil points out, not enough people are debugging -native stuff * The actual bug in the git -native recipe not using links still isn't solved, though
Diffstat (limited to 'conf/distro/include/angstrom-uclibc.inc')
-rw-r--r--conf/distro/include/angstrom-uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc
index 4ca68389f7..1c7f7f5394 100644
--- a/conf/distro/include/angstrom-uclibc.inc
+++ b/conf/distro/include/angstrom-uclibc.inc
@@ -15,7 +15,7 @@ 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 -O2 -ggdb3"
-BUILD_OPTIMIZATION = "-O2 -ggdb3"
+BUILD_OPTIMIZATION = "-O2"
#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).