diff options
author | Bob Dröge <b.e.droge@rug.nl> | 2023-04-12 09:42:44 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-04-12 16:05:20 +0200 |
commit | 6afb91b375211aad29916d091ac962d272fe6e48 (patch) | |
tree | 3393c987c76a9764ba7580f54c88fd117ba10461 /profiles/prefix | |
parent | dev-db/mysql: fix build w/ gcc 13 (diff) | |
download | gentoo-6afb91b375211aad29916d091ac962d272fe6e48.tar.gz gentoo-6afb91b375211aad29916d091ac962d272fe6e48.tar.bz2 gentoo-6afb91b375211aad29916d091ac962d272fe6e48.zip |
profiles/prefix/linux: add arm64 profile
Closes: https://bugs.gentoo.org/892876
Closes: https://github.com/gentoo/gentoo/pull/30568
Signed-off-by: Bob Dröge <b.e.droge@rug.nl>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/linux/arm64/eapi | 1 | ||||
-rw-r--r-- | profiles/prefix/linux/arm64/make.defaults | 7 | ||||
-rw-r--r-- | profiles/prefix/linux/arm64/parent | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/profiles/prefix/linux/arm64/eapi b/profiles/prefix/linux/arm64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/linux/arm64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/linux/arm64/make.defaults b/profiles/prefix/linux/arm64/make.defaults new file mode 100644 index 000000000000..dbdb99b26ae0 --- /dev/null +++ b/profiles/prefix/linux/arm64/make.defaults @@ -0,0 +1,7 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +ARCH="arm64" + +# The base profile sets ACCEPT_KEYWORDS=arm64, add unstable on top of that +ACCEPT_KEYWORDS="~arm64" diff --git a/profiles/prefix/linux/arm64/parent b/profiles/prefix/linux/arm64/parent new file mode 100644 index 000000000000..41057b56ddf9 --- /dev/null +++ b/profiles/prefix/linux/arm64/parent @@ -0,0 +1,2 @@ +../../../default/linux/arm64/17.0 +.. |