From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30A87158041 for ; Wed, 8 Sep 2021 14:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55AB0E0905; Wed, 8 Sep 2021 14:49:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33E9FE0905 for ; Wed, 8 Sep 2021 14:49:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C398342ACF for ; Wed, 8 Sep 2021 14:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F743B for ; Wed, 8 Sep 2021 14:49:11 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1631112529.b01f5d7f4de20063d5949b3bd8a4ed12ebf99621.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/x32/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/x32/make.defaults X-VCS-Directories: profiles/arch/amd64/x32/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b01f5d7f4de20063d5949b3bd8a4ed12ebf99621 X-VCS-Branch: master Date: Wed, 8 Sep 2021 14:49:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2625ec91-4c1c-466e-bdd6-2b8c0983375e X-Archives-Hash: 2b5ef5d010c9ec933e7f6b056b9b5b3b commit: b01f5d7f4de20063d5949b3bd8a4ed12ebf99621 Author: Mike Gilbert gentoo org> AuthorDate: Mon Sep 6 23:17:24 2021 +0000 Commit: Mike Gilbert gentoo 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 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 (2021-09-06) +# x32 userspace runs on amd64 kernels. +KERNEL_ABI="amd64" + # Michał Górny (2014-07-01) # Default to abi_x86_x32 for packages that don't have it forced. ABI_X86="x32"