mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
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:
parent
730198c99d
commit
bb20ada40d
@ -15,6 +15,5 @@ x86
|
|||||||
|
|
||||||
# Prefix keywords
|
# Prefix keywords
|
||||||
arm64-macos
|
arm64-macos
|
||||||
x86-macos
|
|
||||||
x64-macos
|
x64-macos
|
||||||
x64-solaris
|
x64-solaris
|
||||||
|
|||||||
@ -28,7 +28,6 @@ x86 stable
|
|||||||
|
|
||||||
# Prefix keywords
|
# Prefix keywords
|
||||||
arm64-macos testing
|
arm64-macos testing
|
||||||
x86-macos testing
|
|
||||||
x64-macos testing
|
x64-macos testing
|
||||||
x64-solaris testing
|
x64-solaris testing
|
||||||
|
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
5
|
|
||||||
@ -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"
|
|
||||||
@ -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.
|
|
||||||
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
@ -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
|
|
||||||
@ -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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user