floppym 15/01/28 21:14:41 Modified: make.defaults Log: Set CPU_FLAGS_X86 to a reasonable default.
Revision Changes Path 1.3 profiles/prefix/darwin/macos/10.6/x64/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/make.defaults?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/make.defaults?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/make.defaults?r1=1.2&r2=1.3 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/make.defaults,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- make.defaults 13 Feb 2011 16:53:40 -0000 1.2 +++ make.defaults 28 Jan 2015 21:14:41 -0000 1.3 @@ -1,12 +1,13 @@ -# Copyright 1999-2011 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.6/x64/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ 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"