From: Martin Jansa Date: Sat, 18 Dec 2010 15:35:52 +0000 (+0100) Subject: sane-toolchain-eglibc: remove ggdb3 work around, those alignment traps are gone now X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e667a1fb429d39c9a36dc0e724ee32a1fe7af0f4;p=openembedded.git sane-toolchain-eglibc: remove ggdb3 work around, those alignment traps are gone now Signed-off-by: Martin Jansa --- diff --git a/conf/distro/include/sane-toolchain-eglibc.inc b/conf/distro/include/sane-toolchain-eglibc.inc index ec606fb799..daab0f8627 100644 --- a/conf/distro/include/sane-toolchain-eglibc.inc +++ b/conf/distro/include/sane-toolchain-eglibc.inc @@ -4,8 +4,6 @@ # [23:00] oxo: glibc (any version) on sparc does not like (repeat me) "-Os" FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os" -# Work-around for alignment traps when eglibc-2.12 is built with gcc-4.5* -FULL_OPTIMIZATION_pn-eglibc_arm = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -ggdb3" FULL_OPTIMIZATION_pn-perl = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O1" FULL_OPTIMIZATION_sparc = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2" diff --git a/recipes/eglibc/eglibc_2.12.bb b/recipes/eglibc/eglibc_2.12.bb index 2174c3ad14..db0f707ab1 100644 --- a/recipes/eglibc/eglibc_2.12.bb +++ b/recipes/eglibc/eglibc_2.12.bb @@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1" DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PV = "2.12" -PR = "${INC_PR}.7" +PR = "${INC_PR}.8" PR_append = "+svnr${SRCPV}" SRCREV="12323" EGLIBC_BRANCH="eglibc-2_12"