diff options
author | 2022-12-10 03:21:00 +0100 | |
---|---|---|
committer | 2022-12-10 03:21:00 +0100 | |
commit | e86023957b4d5ce83a4fe634b4d1d2e02a50631f (patch) | |
tree | 7d6d8cafddd7966dc2778c3c47a99be43853ea7d /profiles | |
parent | profiles: no 23.0/split-usr systemd profiles, makes no sense (diff) | |
download | gentoo-e86023957b4d5ce83a4fe634b4d1d2e02a50631f.tar.gz gentoo-e86023957b4d5ce83a4fe634b4d1d2e02a50631f.tar.bz2 gentoo-e86023957b4d5ce83a4fe634b4d1d2e02a50631f.zip |
profiles: also copy x32 profiles from 17.0 to 23.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
8 files changed, 17 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/23.0/split-usr/x32/eapi b/profiles/default/linux/amd64/23.0/split-usr/x32/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/x32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/split-usr/x32/make.defaults b/profiles/default/linux/amd64/23.0/split-usr/x32/make.defaults new file mode 100644 index 000000000000..4fdae91f3d3f --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/x32/make.defaults @@ -0,0 +1,4 @@ +# Copyright 1999-2013 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +CHOST="x86_64-pc-linux-gnux32" diff --git a/profiles/default/linux/amd64/23.0/split-usr/x32/parent b/profiles/default/linux/amd64/23.0/split-usr/x32/parent new file mode 100644 index 000000000000..9e204d6e178a --- /dev/null +++ b/profiles/default/linux/amd64/23.0/split-usr/x32/parent @@ -0,0 +1,2 @@ +.. +../../../../../../arch/amd64/x32 diff --git a/profiles/default/linux/amd64/23.0/x32/eapi b/profiles/default/linux/amd64/23.0/x32/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/x32/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/x32/make.defaults b/profiles/default/linux/amd64/23.0/x32/make.defaults new file mode 100644 index 000000000000..4fdae91f3d3f --- /dev/null +++ b/profiles/default/linux/amd64/23.0/x32/make.defaults @@ -0,0 +1,4 @@ +# Copyright 1999-2013 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +CHOST="x86_64-pc-linux-gnux32" diff --git a/profiles/default/linux/amd64/23.0/x32/parent b/profiles/default/linux/amd64/23.0/x32/parent new file mode 100644 index 000000000000..cf0023cf48ae --- /dev/null +++ b/profiles/default/linux/amd64/23.0/x32/parent @@ -0,0 +1,2 @@ +.. +../../../../../arch/amd64/x32 diff --git a/profiles/default/linux/amd64/23.0/x32/systemd/eapi b/profiles/default/linux/amd64/23.0/x32/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/23.0/x32/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/23.0/x32/systemd/parent b/profiles/default/linux/amd64/23.0/x32/systemd/parent new file mode 100644 index 000000000000..7e061533c151 --- /dev/null +++ b/profiles/default/linux/amd64/23.0/x32/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../targets/systemd |