summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-08-04 11:52:45 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-08-04 12:08:37 -0400
commitcaf44df8a1beae6d9c24bd66797e7f0b1693d570 (patch)
treec69c44df32effd551364e82a4dc15f90ed76e510 /eclass/mozcoreconf-v4.eclass
parentwww-client/firefox-bin-45.3.0: version bump direct to stable for security bug... (diff)
downloadgentoo-caf44df8a1beae6d9c24bd66797e7f0b1693d570.tar.gz
gentoo-caf44df8a1beae6d9c24bd66797e7f0b1693d570.tar.bz2
gentoo-caf44df8a1beae6d9c24bd66797e7f0b1693d570.zip
mozcoreconf-v4.eclass: drop dynstr-gc support, it was removed upstream in 2012
Bug: http://bugs.gentoo.org/590448
Diffstat (limited to 'eclass/mozcoreconf-v4.eclass')
-rw-r--r--eclass/mozcoreconf-v4.eclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index b411326cd3d6..1f7c39db7a05 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -232,12 +232,6 @@ mozconfig_init() {
mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc
fi
- # Currently --enable-elf-dynstr-gc only works for x86,
- # thanks to Jason Wever <weeve@gentoo.org> for the fix.
- if use x86 && [[ ${enable_optimize} != -O0 ]]; then
- mozconfig_annotate "${ARCH} optimized build" --enable-elf-dynstr-gc
- fi
-
# jemalloc won't build with older glibc
! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc
}