Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 04 Aug 2016 16:09:10
Message-Id: 1470326920.cd4ae73ece3b0f7c48f7beda919f09e11430f90e.axs@gentoo
1 commit: cd4ae73ece3b0f7c48f7beda919f09e11430f90e
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 15:56:28 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 16:08:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4ae73e
7
8 mozcoreconf-v4.eclass: drop configure options for js-ultrasparc
9
10 Sparc support has stopped upstream long ago, and mozilla packages in gentoo
11 have dropped the sparc keyword long ago as well.
12
13 eclass/mozcoreconf-v4.eclass | 5 -----
14 1 file changed, 5 deletions(-)
15
16 diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
17 index 1f7c39d..2ab508b 100644
18 --- a/eclass/mozcoreconf-v4.eclass
19 +++ b/eclass/mozcoreconf-v4.eclass
20 @@ -227,11 +227,6 @@ mozconfig_init() {
21 --disable-strip \
22 --disable-install-strip
23
24 - # Here is a strange one...
25 - if is-flag '-mcpu=ultrasparc*' || is-flag '-mtune=ultrasparc*'; then
26 - mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc
27 - fi
28 -
29 # jemalloc won't build with older glibc
30 ! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc
31 }