summaryrefslogtreecommitdiff
path: root/profiles/prefix/darwin/macos/arch/x86/make.defaults
blob: 5fd08b523f6e0404fd348cfbffe6e5ec1fc32426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"