aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-08-04 12:09:25 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-08-04 12:09:25 -0400
commit22f98c5ec52038e287a0e21d1ac96e062318d84c (patch)
treef5c22f107acfa879466ab1d04f700602e244a3ea
parentwww-client/firefox-48.0: fix dependencies (diff)
downloadmozilla-22f98c5e.tar.gz
mozilla-22f98c5e.tar.bz2
mozilla-22f98c5e.zip
mozcoreconf-v4.eclass: drop long ago removed config options for dynstr-gc and js-ultrasparc
-rw-r--r--eclass/mozcoreconf-v4.eclass11
1 files changed, 0 insertions, 11 deletions
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index b411326c..2ab508b5 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 <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
}