summaryrefslogtreecommitdiff
path: root/profiles/arch/amd64/x32/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/arch/amd64/x32/make.defaults')
-rw-r--r--profiles/arch/amd64/x32/make.defaults6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults
index b509b305b008..0c9b008c9fd7 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 <floppym@gentoo.org> (2021-09-06)
+# x32 userspace runs on amd64 kernels.
+KERNEL_ABI="amd64"
+
# Michał Górny <mgorny@gentoo.org> (2014-07-01)
# Default to abi_x86_x32 for packages that don't have it forced.
ABI_X86="x32"