aboutsummaryrefslogtreecommitdiff
blob: 9056e2b40df6c08ba6837e66f7785df6349eaab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/make.defaults,v 1.1 2009/06/06 03:54:50 solar Exp $

ARCH="x86-macos"
CHOST="i686-apple-darwin9"
ACCEPT_KEYWORDS="~x86-macos"

USE="${USE} mmx mmxext sse sse2"
# set arch to prescott for all MacTel users, as this enables SSE and MMX
# support in GCC
CFLAGS="-march=prescott"