diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-22 13:52:34 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-22 13:53:27 +0200 |
commit | d6835100f0b932e3af4824ffdbb8bcff52db31ab (patch) | |
tree | dbf37c8c9dfe830a67c749b21e63be4d0bc5021f /profiles/default | |
parent | profiles: fill in content of time64 feature (diff) | |
download | gentoo-d6835100f0b932e3af4824ffdbb8bcff52db31ab.tar.gz gentoo-d6835100f0b932e3af4824ffdbb8bcff52db31ab.tar.bz2 gentoo-d6835100f0b932e3af4824ffdbb8bcff52db31ab.zip |
profiles, x86: Start the time64 experiment
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
5 files changed, 11 insertions, 0 deletions
diff --git a/profiles/default/linux/x86/23.0/i686/time64/eapi b/profiles/default/linux/x86/23.0/i686/time64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/23.0/i686/time64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/23.0/i686/time64/make.defaults b/profiles/default/linux/x86/23.0/i686/time64/make.defaults new file mode 100644 index 000000000000..e842848fb66c --- /dev/null +++ b/profiles/default/linux/x86/23.0/i686/time64/make.defaults @@ -0,0 +1,5 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="i686-pc-linux-gnut64" +CHOST_x86="${CHOST}" diff --git a/profiles/default/linux/x86/23.0/i686/time64/parent b/profiles/default/linux/x86/23.0/i686/time64/parent new file mode 100644 index 000000000000..1072670e42f2 --- /dev/null +++ b/profiles/default/linux/x86/23.0/i686/time64/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/time64 diff --git a/profiles/default/linux/x86/23.0/i686/time64/systemd/eapi b/profiles/default/linux/x86/23.0/i686/time64/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/x86/23.0/i686/time64/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/x86/23.0/i686/time64/systemd/parent b/profiles/default/linux/x86/23.0/i686/time64/systemd/parent new file mode 100644 index 000000000000..44f88d3e2df0 --- /dev/null +++ b/profiles/default/linux/x86/23.0/i686/time64/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd |