From 0dee8eb3458f655ff7e21a898178051c521e5891 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 11 Aug 2010 22:44:40 +0200 Subject: 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 --- conf/distro/include/sane-toolchain-eglibc.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/distro/include/sane-toolchain-eglibc.inc') diff --git a/conf/distro/include/sane-toolchain-eglibc.inc b/conf/distro/include/sane-toolchain-eglibc.inc index 1e370d0b8c..149f61ed3e 100644 --- a/conf/distro/include/sane-toolchain-eglibc.inc +++ b/conf/distro/include/sane-toolchain-eglibc.inc @@ -4,6 +4,8 @@ # [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 = "-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" -- cgit v1.2.3