commit: b01f5d7f4de20063d5949b3bd8a4ed12ebf99621 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Sep 6 23:17:24 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Sep 8 14:48:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01f5d7f
profiles/arch/amd64/x32: set KERNEL_ABI="amd64" Closes: https://bugs.gentoo.org/427052 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/arch/amd64/x32/make.defaults | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults index b509b305b00..0c9b008c9fd 100644 --- a/profiles/arch/amd64/x32/make.defaults +++ b/profiles/arch/amd64/x32/make.defaults @@ -1,10 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 DEFAULT_ABI="x32" ABI="x32" MULTILIB_ABIS="amd64 x86 x32" +# Mike Gilbert <[email protected]> (2021-09-06) +# x32 userspace runs on amd64 kernels. +KERNEL_ABI="amd64" + # Michał Górny <[email protected]> (2014-07-01) # Default to abi_x86_x32 for packages that don't have it forced. ABI_X86="x32"
