commit: caf44df8a1beae6d9c24bd66797e7f0b1693d570 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Thu Aug 4 15:52:45 2016 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Thu Aug 4 16:08:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf44df8
mozcoreconf-v4.eclass: drop dynstr-gc support, it was removed upstream in 2012 Bug: http://bugs.gentoo.org/590448 eclass/mozcoreconf-v4.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass index b411326..1f7c39d 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 <[email protected]> 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 }
