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:12
Message-Id: 1470326917.caf44df8a1beae6d9c24bd66797e7f0b1693d570.axs@gentoo
1 commit: caf44df8a1beae6d9c24bd66797e7f0b1693d570
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 15:52:45 2016 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 16:08:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf44df8
7
8 mozcoreconf-v4.eclass: drop dynstr-gc support, it was removed upstream in 2012
9
10 Bug: http://bugs.gentoo.org/590448
11
12 eclass/mozcoreconf-v4.eclass | 6 ------
13 1 file changed, 6 deletions(-)
14
15 diff --git a/eclass/mozcoreconf-v4.eclass b/eclass/mozcoreconf-v4.eclass
16 index b411326..1f7c39d 100644
17 --- a/eclass/mozcoreconf-v4.eclass
18 +++ b/eclass/mozcoreconf-v4.eclass
19 @@ -232,12 +232,6 @@ mozconfig_init() {
20 mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc
21 fi
22
23 - # Currently --enable-elf-dynstr-gc only works for x86,
24 - # thanks to Jason Wever <weeve@g.o> for the fix.
25 - if use x86 && [[ ${enable_optimize} != -O0 ]]; then
26 - mozconfig_annotate "${ARCH} optimized build" --enable-elf-dynstr-gc
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 }