summaryrefslogtreecommitdiff
blob: 23a4c84da2b806ef50108c2c0fae0c9d4acc6293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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

USE="mmx mmxext sse sse2"
CPU_FLAGS_X86="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"