Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Thu, 04 Aug 2016 16:09:42
Message-Id: 1470326965.22f98c5ec52038e287a0e21d1ac96e062318d84c.axs@gentoo
1 commit: 22f98c5ec52038e287a0e21d1ac96e062318d84c
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 16:09:25 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 16:09:25 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=22f98c5e
7
8 mozcoreconf-v4.eclass: drop long ago removed config options for dynstr-gc and js-ultrasparc
9
10 eclass/mozcoreconf-v4.eclass | 11 -----------
11 1 file changed, 11 deletions(-)
12
13 diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
14 index b411326..2ab508b 100644
15 --- a/eclass/mozcoreconf-v4.eclass
16 +++ b/eclass/mozcoreconf-v4.eclass
17 @@ -227,17 +227,6 @@ mozconfig_init() {
18 --disable-strip \
19 --disable-install-strip
20
21 - # Here is a strange one...
22 - if is-flag '-mcpu=ultrasparc*' || is-flag '-mtune=ultrasparc*'; then
23 - mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc
24 - fi
25 -
26 - # Currently --enable-elf-dynstr-gc only works for x86,
27 - # thanks to Jason Wever <weeve@g.o> for the fix.
28 - if use x86 && [[ ${enable_optimize} != -O0 ]]; then
29 - mozconfig_annotate "${ARCH} optimized build" --enable-elf-dynstr-gc
30 - fi
31 -
32 # jemalloc won't build with older glibc
33 ! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc
34 }