diff options
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/llvm/make.defaults | 4 | ||||
-rw-r--r-- | profiles/features/llvm/packages | 2 | ||||
-rw-r--r-- | profiles/features/llvm/packages.build | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults index b97f26bad71f..122896c05899 100644 --- a/profiles/features/llvm/make.defaults +++ b/profiles/features/llvm/make.defaults @@ -44,10 +44,10 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" # sys-devel/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin" -# sys-devel/clang, llvm-core/clang-runtime, llvm-runtimes/libunwind, llvm-runtimes/libcxx, llvm-runtimes/libcxxabi +# llvm-core/clang, llvm-core/clang-runtime, llvm-runtimes/libunwind, llvm-runtimes/libcxx, llvm-runtimes/libcxxabi BOOTSTRAP_USE="${BOOTSTRAP_USE} compiler-rt clang libunwind" -# sys-devel/clang +# llvm-core/clang BOOTSTRAP_USE="${BOOTSTRAP_USE} default-compiler-rt default-lld default-libcxx llvm-libunwind" # llvm-core/clang-runtime diff --git a/profiles/features/llvm/packages b/profiles/features/llvm/packages index 9c8c98b2b513..22364213d429 100644 --- a/profiles/features/llvm/packages +++ b/profiles/features/llvm/packages @@ -1,7 +1,7 @@ # now part of @system set *sys-devel/lld *sys-devel/llvm -*sys-devel/clang +*llvm-core/clang *llvm-runtimes/libcxx *llvm-runtimes/libcxxabi *llvm-runtimes/compiler-rt diff --git a/profiles/features/llvm/packages.build b/profiles/features/llvm/packages.build index d8f2d390b64b..2cfa85ed808f 100644 --- a/profiles/features/llvm/packages.build +++ b/profiles/features/llvm/packages.build @@ -4,7 +4,7 @@ llvm-runtimes/libcxxabi llvm-runtimes/libcxx sys-devel/llvm sys-devel/lld -sys-devel/clang +llvm-core/clang llvm-runtimes/libunwind # remove gcc & friends |