diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-30 01:13:30 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-30 01:13:30 +0000 |
commit | d9ec8de250ddc362ca4726cd6c055216b529177a (patch) | |
tree | 41583a3d39640bf31918130f91d9f94f0c59b9b0 /profiles/arch | |
parent | 62090949b4fde34bbcbb4bd770a9635c6ac0c55e (diff) |
gentoo auto-resync : 30:03:2024 - 01:13:30
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/x32/make.defaults | 5 |
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" |