diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-13 23:50:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-13 23:50:32 +0200 |
commit | c3e67447cba082fc83bcd520ae0a92c1969b53bb (patch) | |
tree | 02d99a9d3031fa49e6a321f48d295832c2afc920 /profiles/default | |
parent | sys-devel/gcc: keyword 12.2.1_p20221008 (diff) | |
download | gentoo-c3e67447cba082fc83bcd520ae0a92c1969b53bb.tar.gz gentoo-c3e67447cba082fc83bcd520ae0a92c1969b53bb.tar.bz2 gentoo-c3e67447cba082fc83bcd520ae0a92c1969b53bb.zip |
profiles: start playing with an arm64 llvm profile
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/arm64/17.0/llvm/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/arm64/17.0/llvm/packages.build | 9 | ||||
-rw-r--r-- | profiles/default/linux/arm64/17.0/llvm/parent | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default/linux/arm64/17.0/llvm/eapi b/profiles/default/linux/arm64/17.0/llvm/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/llvm/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/llvm/packages.build b/profiles/default/linux/arm64/17.0/llvm/packages.build new file mode 100644 index 000000000000..9ffb08757bd7 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/llvm/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/arm64/17.0/llvm/parent b/profiles/default/linux/arm64/17.0/llvm/parent new file mode 100644 index 000000000000..929f409fcc3f --- /dev/null +++ b/profiles/default/linux/arm64/17.0/llvm/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/llvm |