summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-08-04 11:56:28 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-08-04 12:08:40 -0400
commitcd4ae73ece3b0f7c48f7beda919f09e11430f90e (patch)
treebbf09f544d18780b63c3a85e2e45d945f4021173
parentmozcoreconf-v4.eclass: drop dynstr-gc support, it was removed upstream in 2012 (diff)
downloadgentoo-cd4ae73e.tar.gz
gentoo-cd4ae73e.tar.bz2
gentoo-cd4ae73e.zip
mozcoreconf-v4.eclass: drop configure options for js-ultrasparc
Sparc support has stopped upstream long ago, and mozilla packages in gentoo have dropped the sparc keyword long ago as well.
-rw-r--r--eclass/mozcoreconf-v4.eclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
index 1f7c39db7a05..2ab508b5dbd8 100644
--- a/eclass/mozcoreconf-v4.eclass
+++ b/eclass/mozcoreconf-v4.eclass
@@ -227,11 +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
-
# jemalloc won't build with older glibc
! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc
}