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.8/x64/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults?r1=1.1&r2=1.2

Index: make.defaults
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- make.defaults       31 Jul 2012 16:19:51 -0000      1.1
+++ make.defaults       28 Jan 2015 21:14:41 -0000      1.2
@@ -1,12 +1,13 @@
-# Copyright 1999-2012 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.8/x64/make.defaults,v 
1.1 2012/07/31 16:19:51 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/make.defaults,v 
1.2 2015/01/28 21:14:41 floppym Exp $
 
 ARCH="x64-macos"
 CHOST="x86_64-apple-darwin12"
 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"




Reply via email to