aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-11 22:44:40 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-11 22:46:07 +0200
commit0dee8eb3458f655ff7e21a898178051c521e5891 (patch)
tree192a7ed19090aaf4905ed955d228dd1be1add182 /recipes/eglibc
parent02b206798943259214336d2a6ffbacfdf5562e44 (diff)
downloadopenembedded-0dee8eb3458f655ff7e21a898178051c521e5891.tar.gz
eglibc: build with -ggdb3 as workaround for alignment traps
* I've seen it only with eglibc-2.12 built with gcc-4.5 that's why I bumped PR only in 2.12 * can be removed as soon as gcc bug is fixed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/eglibc')
-rw-r--r--recipes/eglibc/eglibc_2.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.12.bb b/recipes/eglibc/eglibc_2.12.bb
index ea221344a4..f34cbb4559 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}.2"
+PR = "${INC_PR}.3"
PR_append = "+svnr${SRCPV}"
SRCREV="11187"
EGLIBC_BRANCH="eglibc-2_12"