commit: cd4ae73ece3b0f7c48f7beda919f09e11430f90e Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Thu Aug 4 15:56:28 2016 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Thu Aug 4 16:08:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4ae73e
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. eclass/mozcoreconf-v4.eclass | 5 ----- 1 file changed, 5 deletions(-) diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass index 1f7c39d..2ab508b 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 }