commit: 39a842feed196a197fa87c42823e84e685863bc1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 27 04:12:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 04:12:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a842fe
profiles: cleanup/fixup llvm[gold] -> llvm[binutils-plugin] refs Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/powerpc/ppc32/package.use.mask | 5 ----- profiles/arch/sparc/package.use.mask | 2 +- profiles/features/clang/make.defaults | 2 +- profiles/features/clang/package.use | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 0e4be5aa20a6..4fb5d4a5edc9 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -84,11 +84,6 @@ media-sound/easyeffects zamaudio # dev-python/django is not keyworded here dev-python/diskcache test -# Sam James <[email protected]> (2021-05-17) -# Deps not yet tested/keyworded. -# bug #708344 -sys-devel/llvm gold - # Sam James <[email protected]> (2021-03-11) # media-libs/libheif isn't keyworded here # media-libs/libavif isn't keyworded here diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 532a5bd302d7..2fc9381ece58 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -100,7 +100,7 @@ dev-cpp/eigen test # Deps not yet tested/keyworded. sys-devel/clang default-compiler-rt default-libcxx default-lld sys-devel/clang-runtime compiler-rt libcxx -sys-devel/llvm gold z3 +sys-devel/llvm binutils-plugin z3 # Sam James <[email protected]> (2021-03-19) # On sparc, we have to force sys-apps/grep[libsigsegv] diff --git a/profiles/features/clang/make.defaults b/profiles/features/clang/make.defaults index ddb54ae32c7d..09d9b31dbb3e 100644 --- a/profiles/features/clang/make.defaults +++ b/profiles/features/clang/make.defaults @@ -49,7 +49,7 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" BOOTSTRAP_USE="${BOOTSTRAP_USE} python_single_target_python3_10" # sys-devel/llvm -BOOTSTRAP_USE="${BOOTSTRAP_USE} -gold" +BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin" # sys-devel/clang, sys-devel/clang-runtime, sys-libs/llvm-libunwind, sys-libs/libcxx, sys-libs/libcxxabi BOOTSTRAP_USE="${BOOTSTRAP_USE} compiler-rt clang libunwind" diff --git a/profiles/features/clang/package.use b/profiles/features/clang/package.use index 8bf1736e82c2..4b720c60bf5b 100644 --- a/profiles/features/clang/package.use +++ b/profiles/features/clang/package.use @@ -1,5 +1,5 @@ # use lld by default -sys-devel/llvm -gold +sys-devel/llvm -binutils-plugin # use all defaults sys-devel/clang default-compiler-rt default-lld default-libcxx llvm-libunwind
