Profile File: make.defaults

In Profile: prefix/darwin/macos/arch/x64

Content

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

ARCH="x64-macos"
ACCEPT_KEYWORDS="~x64-macos"

USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"
CPU_FLAGS_X86="mmx mmxext sse sse2"

# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="amd64"
DEFAULT_ABI="amd64"
ABI="amd64"
IUSE_IMPLICIT="abi_x86_64"
LIBDIR_amd64="lib"
# figure out automatically what is the best to use
CFLAGS="-march=native"