From 5e673297912dd89a44358822a7784dd868d03788 Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Wed, 16 Jul 2008 11:39:22 +0000 Subject: Disable elf-dynstr-gc on ppc for now, as it breaks, bug #231021 --- eclass/mozconfig-2.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'eclass/mozconfig-2.eclass') diff --git a/eclass/mozconfig-2.eclass b/eclass/mozconfig-2.eclass index bd789fba9501..380bb562f6ff 100644 --- a/eclass/mozconfig-2.eclass +++ b/eclass/mozconfig-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.17 2007/03/24 14:52:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.18 2008/07/16 11:39:22 armin76 Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -56,7 +56,9 @@ mozconfig_config() { # Currently --enable-elf-dynstr-gc only works for x86 and ppc, # thanks to Jason Wever for the fix. - if use x86 || use ppc && [[ ${enable_optimize} != -O0 ]]; then + # -- This breaks now on ppc, no idea why +# if use x86 || use ppc && [[ ${enable_optimize} != -O0 ]]; then + if use x86 && [[ ${enable_optimize} != -O0 ]]; then mozconfig_annotate "${ARCH} optimized build" --enable-elf-dynstr-gc fi fi -- cgit v1.2.3-65-gdbad