mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-15 01:23:35 +02:00
24 lines
827 B
Text
24 lines
827 B
Text
# 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"
|
|
|
|
# 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"
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2014-07-01)
|
|
# Default to abi_x86_x32 for packages that don't have it forced.
|
|
ABI_X86="x32"
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2014-06-25)
|
|
# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
|
|
# by non-multilib ebuilds when non-native ABIs are disabled.
|
|
IUSE_IMPLICIT="-abi_x86_64 abi_x86_x32"
|