Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Thu, 28 Feb 2019 20:34:14
Message-Id: 1551386037.9f709b636e948552d72c4a94cd632bfa30f97e3a.slyfox@gentoo
1 commit: 9f709b636e948552d72c4a94cd632bfa30f97e3a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 20:16:58 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 20:33:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f709b63
7
8 profiles/base/make.defaults: drop IUSE=cxx from BOOTSTRAP_USE
9
10 IUSE=cxx was removed from binutils in bug #663776 in favour
11 of IUSE="gold plugins."
12
13 USE=cxx is a no-op for non-cross gcc. And binutils's gold and
14 plugin support should not be needed to bootstrap a toolchain.
15
16 Reported-by: Alexis Lahouze
17 Tested-by: Alexis Lahouze
18 Reviewed-by: Jorge Manuel B. S. Vicetto
19 Bug: https://bugs.gentoo.org/663776
20 Closes: https://bugs.gentoo.org/678766#c8
21 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
22
23 profiles/base/make.defaults | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
27 index 4182e6eb03e..7e04c424dd4 100644
28 --- a/profiles/base/make.defaults
29 +++ b/profiles/base/make.defaults
30 @@ -125,7 +125,7 @@ PYTHONDONTWRITEBYTECODE="1"
31 # This MUST be kept in sync with the PYTHON_TARGETS below
32 # Mike Gilbert <floppym@g.o> (23 May 2018)
33 # sys-apps/baslayout-2.5 needs split-usr enabled.
34 -BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"
35 +BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7"
36
37 # Mike Gilbert <floppym@g.o> (15 May 2012)
38 # Default target(s) for python-r1.eclass