diff options
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/clang/make.defaults | 2 | ||||
-rw-r--r-- | profiles/features/clang/package.use | 2 |
2 files changed, 2 insertions, 2 deletions
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 |