profiles: drop x86-macos keyword

32-bits Intel-based machines are no longer supported for a while now,
and all hardware ever made could also run 64-bits mode.  The keywords
were already dropped before, drop the existence of the keyword now too.

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen 2025-12-19 11:05:50 +01:00
parent 730198c99d
commit bb20ada40d
No known key found for this signature in database
GPG Key ID: CE95DA854E444293
8 changed files with 0 additions and 39 deletions

View File

@ -15,6 +15,5 @@ x86
# Prefix keywords
arm64-macos
x86-macos
x64-macos
x64-solaris

View File

@ -28,7 +28,6 @@ x86 stable
# Prefix keywords
arm64-macos testing
x86-macos testing
x64-macos testing
x64-solaris testing

View File

@ -1 +0,0 @@
5

View File

@ -1,16 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
ARCH="x86-macos"
ACCEPT_KEYWORDS="~x86-macos"
CPU_FLAGS_X86="mmx mmxext sse sse2"
# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="x86"
DEFAULT_ABI="x86"
ABI="x86"
IUSE_IMPLICIT="abi_x86_32"
LIBDIR_x86="lib"
# figure out automatically what is the best to use
CFLAGS="-march=native"

View File

@ -1,5 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# All the Mac OS X profiles inherit from their matching arch profile here.

View File

@ -1,3 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

View File

@ -1,6 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Force the flag corresponding to the default ABI
x86-macos
abi_x86_32

View File

@ -1,6 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Unmask the flag corresponding to the default ABI
-x86-macos
-abi_x86_32