floppym 15/01/28 21:14:41 Modified: make.defaults Log: Set CPU_FLAGS_X86 to a reasonable default.
Revision Changes Path 1.2 profiles/prefix/darwin/macos/10.10/x86/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/make.defaults?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/make.defaults?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/make.defaults?r1=1.1&r2=1.2 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/make.defaults,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- make.defaults 19 Oct 2014 17:42:23 -0000 1.1 +++ make.defaults 28 Jan 2015 21:14:41 -0000 1.2 @@ -1,12 +1,13 @@ -# Copyright 1999-2014 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.10/x86/make.defaults,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin14" 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"