summaryrefslogtreecommitdiff
path: root/profiles/prefix/darwin/macos/arch/x64/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/prefix/darwin/macos/arch/x64/make.defaults')
-rw-r--r--profiles/prefix/darwin/macos/arch/x64/make.defaults16
1 files changed, 16 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/arch/x64/make.defaults b/profiles/prefix/darwin/macos/arch/x64/make.defaults
new file mode 100644
index 000000000000..f03f6a88c4ff
--- /dev/null
+++ b/profiles/prefix/darwin/macos/arch/x64/make.defaults
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+ARCH="x64-macos"
+ACCEPT_KEYWORDS="~x64-macos"
+
+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"
+# We use Clang, let it figure out what is the best to use
+CFLAGS="-march=native"