diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-28 20:16:58 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-28 20:33:57 +0000 |
commit | 9f709b636e948552d72c4a94cd632bfa30f97e3a (patch) | |
tree | c316c14237517044fa30f701e7f0d82166f044e5 /profiles/base | |
parent | gnome-base/gnome-control-center: fix runtime crash on wayland from build fix (diff) | |
download | gentoo-9f709b636e948552d72c4a94cd632bfa30f97e3a.tar.gz gentoo-9f709b636e948552d72c4a94cd632bfa30f97e3a.tar.bz2 gentoo-9f709b636e948552d72c4a94cd632bfa30f97e3a.zip |
profiles/base/make.defaults: drop IUSE=cxx from BOOTSTRAP_USE
IUSE=cxx was removed from binutils in bug #663776 in favour
of IUSE="gold plugins."
USE=cxx is a no-op for non-cross gcc. And binutils's gold and
plugin support should not be needed to bootstrap a toolchain.
Reported-by: Alexis Lahouze
Tested-by: Alexis Lahouze
Reviewed-by: Jorge Manuel B. S. Vicetto
Bug: https://bugs.gentoo.org/663776
Closes: https://bugs.gentoo.org/678766#c8
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 4182e6eb03eb..7e04c424dd49 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -125,7 +125,7 @@ PYTHONDONTWRITEBYTECODE="1" # This MUST be kept in sync with the PYTHON_TARGETS below # Mike Gilbert <floppym@gentoo.org> (23 May 2018) # sys-apps/baslayout-2.5 needs split-usr enabled. -BOOTSTRAP_USE="cxx unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7" +BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr python_targets_python3_6 python_targets_python2_7" # Mike Gilbert <floppym@gentoo.org> (15 May 2012) # Default target(s) for python-r1.eclass |