commit: 651197aa232cf3901dfb4013fecdf677c8c186b4 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Mar 29 20:44:10 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Mar 29 20:45:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651197aa
profiles: Apply workaround for broken x32 systemd stage bootstrap Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/amd64/x32/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64/x32/make.defaults b/profiles/arch/amd64/x32/make.defaults index 0c9b008c9fd7..b1eb0b20a751 100644 --- a/profiles/arch/amd64/x32/make.defaults +++ b/profiles/arch/amd64/x32/make.defaults @@ -5,6 +5,11 @@ DEFAULT_ABI="x32" ABI="x32" MULTILIB_ABIS="amd64 x86 x32" +# Andreas K. Hüttel <dilfri...@gentoo.org> (2024-03-29) +# Appears to be needed so stage1 can build stage3 ... +# The bug is elsewhere, this is a workaround. +BOOTSTRAP_USE="${BOOTSTRAP_USE} abi_x86_64" + # Mike Gilbert <flop...@gentoo.org> (2021-09-06) # x32 userspace runs on amd64 kernels. KERNEL_ABI="amd64"