summaryrefslogtreecommitdiff
blob: 5037e73c8c8a67d74c51a6675f53ac1bd33c79c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults,v 1.1 2012/07/31 16:19:51 grobian Exp $

ARCH="x64-macos"
CHOST="x86_64-apple-darwin12"
ACCEPT_KEYWORDS="~x64-macos"

USE="mmx mmxext sse sse2"
# set arch to nocona for all MacTel users, as this enables SSE and MMX
# support in GCC, nocona = Core2Duo = 64-bits
CFLAGS="-march=nocona"