diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-09 00:12:16 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-12-09 00:14:09 +0100 |
commit | f6ae06038c62638bf392198a45a4997f73293504 (patch) | |
tree | 3a3557d60d38776d2952cc8c4ef83d4758abc40c /profiles/default/linux/amd64 | |
parent | dev-lang/python: Stabilize 3.10.0_p1 sparc, #823176 (diff) | |
download | gentoo-f6ae06038c62638bf392198a45a4997f73293504.tar.gz gentoo-f6ae06038c62638bf392198a45a4997f73293504.tar.bz2 gentoo-f6ae06038c62638bf392198a45a4997f73293504.zip |
profiles: add *very* experimental amd64 clang profile
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default/linux/amd64')
-rw-r--r-- | profiles/default/linux/amd64/17.1/clang/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/amd64/17.1/clang/packages.build | 9 | ||||
-rw-r--r-- | profiles/default/linux/amd64/17.1/clang/parent | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/17.1/clang/eapi b/profiles/default/linux/amd64/17.1/clang/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/17.1/clang/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/17.1/clang/packages.build b/profiles/default/linux/amd64/17.1/clang/packages.build new file mode 100644 index 000000000000..9ffb08757bd7 --- /dev/null +++ b/profiles/default/linux/amd64/17.1/clang/packages.build @@ -0,0 +1,9 @@ +# Copyright 2021 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/clang/parent b/profiles/default/linux/amd64/17.1/clang/parent new file mode 100644 index 000000000000..7cba5799ab73 --- /dev/null +++ b/profiles/default/linux/amd64/17.1/clang/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/clang |