commit:     5426f72de52352c5dc8f9ea90854a5e61e189a78
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 21:37:46 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 21:38:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5426f72d

profiles: Add experimental amd64 systemd/clang profile

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/default/linux/amd64/17.1/systemd/clang/eapi     |  1 +
 .../linux/amd64/17.1/systemd/clang/package.use.force     | 16 ++++++++++++++++
 .../linux/amd64/17.1/systemd/clang/packages.build        |  9 +++++++++
 profiles/default/linux/amd64/17.1/systemd/clang/parent   |  2 ++
 profiles/profiles.desc                                   |  1 +
 5 files changed, 29 insertions(+)

diff --git a/profiles/default/linux/amd64/17.1/systemd/clang/eapi 
b/profiles/default/linux/amd64/17.1/systemd/clang/eapi
new file mode 100644
index 000000000000..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/systemd/clang/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/amd64/17.1/systemd/clang/package.use.force 
b/profiles/default/linux/amd64/17.1/systemd/clang/package.use.force
new file mode 100644
index 000000000000..6d2600fecd08
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/systemd/clang/package.use.force
@@ -0,0 +1,16 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# in a multilib profile we need multilib madness
+dev-libs/libffi abi_x86_32 abi_x86_64
+dev-libs/libxml2 abi_x86_32 abi_x86_64
+sys-devel/clang abi_x86_32 abi_x86_64
+sys-devel/clang-runtime abi_x86_32 abi_x86_64
+sys-devel/llvm abi_x86_32 abi_x86_64
+sys-libs/compiler-rt abi_x86_32 abi_x86_64
+sys-libs/libcxxabi abi_x86_32 abi_x86_64
+sys-libs/libcxx abi_x86_32 abi_x86_64
+sys-libs/libunwind abi_x86_32 abi_x86_64
+sys-libs/llvm-libunwind abi_x86_32 abi_x86_64
+sys-libs/ncurses abi_x86_32 abi_x86_64
+sys-libs/zlib abi_x86_32 abi_x86_64

diff --git a/profiles/default/linux/amd64/17.1/systemd/clang/packages.build 
b/profiles/default/linux/amd64/17.1/systemd/clang/packages.build
new file mode 100644
index 000000000000..88a7f4d4212b
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/systemd/clang/packages.build
@@ -0,0 +1,9 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# we use glibc here, so we still need these in stage1
+# later stages should pull them in as BDEPEND anyway
+sys-devel/gcc
+sys-devel/gcc-config
+sys-devel/binutils
+sys-devel/binutils-config

diff --git a/profiles/default/linux/amd64/17.1/systemd/clang/parent 
b/profiles/default/linux/amd64/17.1/systemd/clang/parent
new file mode 100644
index 000000000000..45c5283c442b
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/systemd/clang/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../features/clang

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index a445e55894c1..894b0377d33e 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -40,6 +40,7 @@ amd64         
default/linux/amd64/17.1/no-multilib/systemd/selinux    exp
 amd64          default/linux/amd64/17.1/systemd                        stable
 amd64          default/linux/amd64/17.1/systemd/selinux                exp
 amd64          default/linux/amd64/17.1/clang                          exp
+amd64          default/linux/amd64/17.1/systemd/clang                  exp
 
 # AMD64 Profiles
 # @MAINTAINER: am...@gentoo.org

Reply via email to