commit: 22f98c5ec52038e287a0e21d1ac96e062318d84c
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 4 16:09:25 2016 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Aug 4 16:09:25 2016 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=22f98c5e
mozcoreconf-v4.eclass: drop long ago removed config options for dynstr-gc and
js-ultrasparc
eclass/mozcoreconf-v4.eclass | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index b411326..2ab508b 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -227,17 +227,6 @@ mozconfig_init() {
--disable-strip \
--disable-install-strip
- # Here is a strange one...
- if is-flag '-mcpu=ultrasparc*' || is-flag '-mtune=ultrasparc*'; then
- 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
}