diff options
Diffstat (limited to 'profiles/prefix/darwin/macos/10.9/x86/make.defaults')
-rw-r--r-- | profiles/prefix/darwin/macos/10.9/x86/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/prefix/darwin/macos/10.9/x86/make.defaults b/profiles/prefix/darwin/macos/10.9/x86/make.defaults index 847d8d9b1b77..af2b162fff27 100644 --- a/profiles/prefix/darwin/macos/10.9/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.9/x86/make.defaults @@ -1,12 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/make.defaults,v 1.1 2013/10/31 18:02:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin13" ACCEPT_KEYWORDS="~x86-macos" USE="mmx mmxext sse sse2" +CPU_FLAGS_X86="mmx mmxext sse sse2" # normally we set arch to prescott for all MacTel users, as this enables # SSE and MMX support in GCC CFLAGS="-march=prescott" |