diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/x86_64/make.defaults | 4 | ||||
-rw-r--r-- | profiles/base/make.defaults | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/arch/x86_64/make.defaults b/profiles/arch/x86_64/make.defaults index 581b7d903..4a4fac9e6 100644 --- a/profiles/arch/x86_64/make.defaults +++ b/profiles/arch/x86_64/make.defaults @@ -2,7 +2,7 @@ CHOST="x86_64-foxkit-linux-musl" # We definitely use 64-bit ABI. ABI_X86="64" -IUSE_IMPLICIT="abi_x86_64" +IUSE_IMPLICIT="abi_x86_64 amd64-linux" ARCH="x86_64" ACCEPT_KEYWORDS="${ARCH} amd64" # HACK for using Gentoo ebuilds @@ -29,4 +29,4 @@ CXXFLAGS="${CFLAGS}" ELIBC="musl" -USE="amd64 pam threads" +USE="amd64 amd64-linux pam threads" diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 90e04cb06..fd20162fb 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -8,7 +8,7 @@ USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" # Tier 1 and Tier 2 only, for now. Consult Platform Group before *ever* changing this. TIER1_ARCH="x86 x86_64 ppc ppc64 mips arm" TIER2_ARCH="alpha arm64 hppa ia64 sparc sparc64" -UNFORTUNATE_STUPID_XORG_EBUILD_ARCH="x86-interix ppc-aix x86-winnt s390 sh x64-macos x86-fbsd amd64-fbsd" +UNFORTUNATE_STUPID_XORG_EBUILD_ARCH="x86-interix ppc-aix x86-winnt s390 sh x64-macos x86-fbsd amd64-fbsd x86-linux amd64-linux" USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH} ${UNFORTUNATE_STUPID_XORG_EBUILD_ARCH}" # We only support these libcs right now. |