diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2016-08-04 11:56:28 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2016-08-04 12:08:40 -0400 |
commit | cd4ae73ece3b0f7c48f7beda919f09e11430f90e (patch) | |
tree | bbf09f544d18780b63c3a85e2e45d945f4021173 /eclass/mozcoreconf-v4.eclass | |
parent | mozcoreconf-v4.eclass: drop dynstr-gc support, it was removed upstream in 2012 (diff) | |
download | gentoo-cd4ae73ece3b0f7c48f7beda919f09e11430f90e.tar.gz gentoo-cd4ae73ece3b0f7c48f7beda919f09e11430f90e.tar.bz2 gentoo-cd4ae73ece3b0f7c48f7beda919f09e11430f90e.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.
Diffstat (limited to 'eclass/mozcoreconf-v4.eclass')
-rw-r--r-- | eclass/mozcoreconf-v4.eclass | 5 |
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 } |