diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-21 23:24:22 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-01-21 23:24:22 +0100 |
commit | 8badb2d48142c84cd60e9363a45bac899b8da3d2 (patch) | |
tree | 565dc914dd26f4061d535c1a41ee7737d60f1456 /profiles/default | |
parent | profiles: split x86 23.0 profiles into (so far identical) i486 and i686 (diff) | |
download | gentoo-8badb2d48142c84cd60e9363a45bac899b8da3d2.tar.gz gentoo-8badb2d48142c84cd60e9363a45bac899b8da3d2.tar.bz2 gentoo-8badb2d48142c84cd60e9363a45bac899b8da3d2.zip |
profiles, x86, 23.0: add and inherit i{4,6}86 subfeatures
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/x86/23.0/i486/parent | 1 | ||||
-rw-r--r-- | profiles/default/linux/x86/23.0/i686/parent | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/default/linux/x86/23.0/i486/parent b/profiles/default/linux/x86/23.0/i486/parent index f3229c5b9876..d32f3b6cc8c4 100644 --- a/profiles/default/linux/x86/23.0/i486/parent +++ b/profiles/default/linux/x86/23.0/i486/parent @@ -1 +1,2 @@ .. +../../../../../arch/x86/i486 diff --git a/profiles/default/linux/x86/23.0/i686/parent b/profiles/default/linux/x86/23.0/i686/parent index f3229c5b9876..7cba910cc93d 100644 --- a/profiles/default/linux/x86/23.0/i686/parent +++ b/profiles/default/linux/x86/23.0/i686/parent @@ -1 +1,2 @@ .. +../../../../../arch/x86/i686 |