sane-toolchain-eglibc: remove ggdb3 work around, those alignment traps are gone now
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 18 Dec 2010 15:35:52 +0000 (16:35 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Sat, 18 Dec 2010 16:06:54 +0000 (17:06 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/include/sane-toolchain-eglibc.inc
recipes/eglibc/eglibc_2.12.bb

index ec606fb..daab0f8 100644 (file)
@@ -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"
 
index 2174c3a..db0f707 100644 (file)
@@ -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"