diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-01-28 21:14:41 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-01-28 21:14:41 +0000 |
commit | 497f38177f6cdd6e44e5e6a4a618c5f5166bdeea (patch) | |
tree | fa5593f50dc177fb1e09d337cd5b4d97b73c5872 /profiles/prefix/darwin | |
parent | Update HOMEPAGE ad SRC_URI, thanks to PhobosK <phobosk@fastmail.fm>, bug #537... (diff) | |
download | historical-497f38177f6cdd6e44e5e6a4a618c5f5166bdeea.tar.gz historical-497f38177f6cdd6e44e5e6a4a618c5f5166bdeea.tar.bz2 historical-497f38177f6cdd6e44e5e6a4a618c5f5166bdeea.zip |
Set CPU_FLAGS_X86 to a reasonable default.
Diffstat (limited to 'profiles/prefix/darwin')
13 files changed, 39 insertions, 26 deletions
diff --git a/profiles/prefix/darwin/macos/10.10/x64/make.defaults b/profiles/prefix/darwin/macos/10.10/x64/make.defaults index dcb092cc7c81..e48db6353747 100644 --- a/profiles/prefix/darwin/macos/10.10/x64/make.defaults +++ b/profiles/prefix/darwin/macos/10.10/x64/make.defaults @@ -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/x64/make.defaults,v 1.1 2014/10/19 17:42:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.10/x64/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ ARCH="x64-macos" CHOST="x86_64-apple-darwin14" 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" diff --git a/profiles/prefix/darwin/macos/10.10/x86/make.defaults b/profiles/prefix/darwin/macos/10.10/x86/make.defaults index 9935f9820212..24c2d36a4fdb 100644 --- a/profiles/prefix/darwin/macos/10.10/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.10/x86/make.defaults @@ -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" diff --git a/profiles/prefix/darwin/macos/10.4/x86/make.defaults b/profiles/prefix/darwin/macos/10.4/x86/make.defaults index bba2e1dc513f..3a950884552f 100644 --- a/profiles/prefix/darwin/macos/10.4/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.4/x86/make.defaults @@ -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.4/x86/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin8" ACCEPT_KEYWORDS="~x86-macos" USE="mmx mmxext sse sse2" +CPU_FLAGS_X86="mmx mmxext sse sse2" # set arch to prescott for all MacTel users, as this enables SSE and MMX # support in GCC CFLAGS="-march=prescott" diff --git a/profiles/prefix/darwin/macos/10.5/x64/make.defaults b/profiles/prefix/darwin/macos/10.5/x64/make.defaults index e79db9c754a0..b17b2a8b4f57 100644 --- a/profiles/prefix/darwin/macos/10.5/x64/make.defaults +++ b/profiles/prefix/darwin/macos/10.5/x64/make.defaults @@ -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.5/x64/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ ARCH="x64-macos" CHOST="x86_64-apple-darwin9" 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" diff --git a/profiles/prefix/darwin/macos/10.5/x86/make.defaults b/profiles/prefix/darwin/macos/10.5/x86/make.defaults index b4a9d97dbe2f..57dc0cb00cbe 100644 --- a/profiles/prefix/darwin/macos/10.5/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.5/x86/make.defaults @@ -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.5/x86/make.defaults,v 1.2 2011/02/13 16:53:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/make.defaults,v 1.3 2015/01/28 21:14:41 floppym Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin9" ACCEPT_KEYWORDS="~x86-macos" USE="mmx mmxext sse sse2" +CPU_FLAGS_X86="mmx mmxext sse sse2" # set arch to prescott for all MacTel users, as this enables SSE and MMX # support in GCC CFLAGS="-march=prescott" diff --git a/profiles/prefix/darwin/macos/10.6/x64/make.defaults b/profiles/prefix/darwin/macos/10.6/x64/make.defaults index df956e2be15c..2925314ca087 100644 --- a/profiles/prefix/darwin/macos/10.6/x64/make.defaults +++ b/profiles/prefix/darwin/macos/10.6/x64/make.defaults @@ -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" diff --git a/profiles/prefix/darwin/macos/10.6/x86/make.defaults b/profiles/prefix/darwin/macos/10.6/x86/make.defaults index e1e93779c80d..3deaf3190f32 100644 --- a/profiles/prefix/darwin/macos/10.6/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.6/x86/make.defaults @@ -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/x86/make.defaults,v 1.4 2011/02/13 16:53:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/make.defaults,v 1.5 2015/01/28 21:14:41 floppym Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin10" 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" diff --git a/profiles/prefix/darwin/macos/10.7/x64/make.defaults b/profiles/prefix/darwin/macos/10.7/x64/make.defaults index ad07c483b87e..bf9d2375a1d3 100644 --- a/profiles/prefix/darwin/macos/10.7/x64/make.defaults +++ b/profiles/prefix/darwin/macos/10.7/x64/make.defaults @@ -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.7/x64/make.defaults,v 1.1 2011/07/04 08:27:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ ARCH="x64-macos" CHOST="x86_64-apple-darwin11" 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" diff --git a/profiles/prefix/darwin/macos/10.7/x86/make.defaults b/profiles/prefix/darwin/macos/10.7/x86/make.defaults index 1a5a73f19ba0..6338215dee77 100644 --- a/profiles/prefix/darwin/macos/10.7/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.7/x86/make.defaults @@ -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.7/x86/make.defaults,v 1.1 2011/07/04 08:27:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin11" 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" diff --git a/profiles/prefix/darwin/macos/10.8/x64/make.defaults b/profiles/prefix/darwin/macos/10.8/x64/make.defaults index 5037e73c8c8a..0bf966cb3c36 100644 --- a/profiles/prefix/darwin/macos/10.8/x64/make.defaults +++ b/profiles/prefix/darwin/macos/10.8/x64/make.defaults @@ -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" diff --git a/profiles/prefix/darwin/macos/10.8/x86/make.defaults b/profiles/prefix/darwin/macos/10.8/x86/make.defaults index b353315fbec9..9e999ff1241b 100644 --- a/profiles/prefix/darwin/macos/10.8/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.8/x86/make.defaults @@ -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/x86/make.defaults,v 1.1 2012/07/31 16:19:51 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin12" 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" diff --git a/profiles/prefix/darwin/macos/10.9/x64/make.defaults b/profiles/prefix/darwin/macos/10.9/x64/make.defaults index ceedcfc93cbb..cc1629eb4a33 100644 --- a/profiles/prefix/darwin/macos/10.9/x64/make.defaults +++ b/profiles/prefix/darwin/macos/10.9/x64/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/x64/make.defaults,v 1.1 2013/10/31 18:02:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.9/x64/make.defaults,v 1.2 2015/01/28 21:14:41 floppym Exp $ ARCH="x64-macos" CHOST="x86_64-apple-darwin13" 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" 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" |