Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/
Date: Wed, 08 Sep 2021 14:49:16
Message-Id: 1631112529.b01f5d7f4de20063d5949b3bd8a4ed12ebf99621.floppym@gentoo
1 commit: b01f5d7f4de20063d5949b3bd8a4ed12ebf99621
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 6 23:17:24 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 14:48:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01f5d7f
7
8 profiles/arch/amd64/x32: set KERNEL_ABI="amd64"
9
10 Closes: https://bugs.gentoo.org/427052
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 profiles/arch/amd64/x32/make.defaults | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults
17 index b509b305b00..0c9b008c9fd 100644
18 --- a/profiles/arch/amd64/x32/make.defaults
19 +++ b/profiles/arch/amd64/x32/make.defaults
20 @@ -1,10 +1,14 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 DEFAULT_ABI="x32"
26 ABI="x32"
27 MULTILIB_ABIS="amd64 x86 x32"
28
29 +# Mike Gilbert <floppym@g.o> (2021-09-06)
30 +# x32 userspace runs on amd64 kernels.
31 +KERNEL_ABI="amd64"
32 +
33 # Michał Górny <mgorny@g.o> (2014-07-01)
34 # Default to abi_x86_x32 for packages that don't have it forced.
35 ABI_X86="x32"