From 9f709b636e948552d72c4a94cd632bfa30f97e3a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 28 Feb 2019 20:16:58 +0000 Subject: 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 --- profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/base') 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 (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 (15 May 2012) # Default target(s) for python-r1.eclass -- cgit v1.2.3-65-gdbad