diff options
Diffstat (limited to 'profiles/prefix/darwin/macos/10.6/x86/make.defaults')
-rw-r--r-- | profiles/prefix/darwin/macos/10.6/x86/make.defaults | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/10.6/x86/make.defaults b/profiles/prefix/darwin/macos/10.6/x86/make.defaults new file mode 100644 index 000000000000..8c57985e513d --- /dev/null +++ b/profiles/prefix/darwin/macos/10.6/x86/make.defaults @@ -0,0 +1,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.6/x86/make.defaults,v 1.1 2009/09/07 18:48:35 grobian Exp $ + +ARCH="x86-macos" +CHOST="i686-apple-darwin10" +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" |