diff options
Diffstat (limited to 'eclass/mozcoreconf-v4.eclass')
-rw-r--r-- | eclass/mozcoreconf-v4.eclass | 6 |
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 } |