summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-29 21:44:10 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-03-29 21:45:36 +0100
commit651197aa232cf3901dfb4013fecdf677c8c186b4 (patch)
tree6704104623cd97caad32f176dc74162bd7689a71 /profiles
parentdev-python/lxml: Remove old (diff)
downloadgentoo-651197aa232cf3901dfb4013fecdf677c8c186b4.tar.gz
gentoo-651197aa232cf3901dfb4013fecdf677c8c186b4.tar.bz2
gentoo-651197aa232cf3901dfb4013fecdf677c8c186b4.zip
profiles: Apply workaround for broken x32 systemd stage bootstrap
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/amd64/x32/make.defaults5
1 files changed, 5 insertions, 0 deletions
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 <dilfridge@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 <floppym@gentoo.org> (2021-09-06)
# x32 userspace runs on amd64 kernels.
KERNEL_ABI="amd64"