From 6dcbdc9a7322e5c8b39b4f44f0f7b5000546528b Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 17 Sep 2009 17:30:52 +0000 Subject: set -march again on 32-bits 10.6, the compiler barf was because i386-apple-darwin10 by default produces/targets 64-bits code --- profiles/prefix/ChangeLog | 7 ++++++- profiles/prefix/darwin/macos/10.6/x86/make.defaults | 7 +++---- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'profiles') diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index d781ca3eb0b1..1ace94d1f5d7 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profiles/prefix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.88 2009/09/12 14:22:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.89 2009/09/17 17:30:52 grobian Exp $ + + 17 Sep 2009; Fabian Groffen + darwin/macos/10.6/x86/make.defaults: + set -march again on 32-bits 10.6, the compiler barf was because + i386-apple-darwin10 by default produces/targets 64-bits code 12 Sep 2009; Fabian Groffen darwin/macos/10.5/x64/package.mask, darwin/macos/10.6/x64/package.mask, diff --git a/profiles/prefix/darwin/macos/10.6/x86/make.defaults b/profiles/prefix/darwin/macos/10.6/x86/make.defaults index 7ac8856f105c..41ed36a1f2f2 100644 --- a/profiles/prefix/darwin/macos/10.6/x86/make.defaults +++ b/profiles/prefix/darwin/macos/10.6/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.2 2009/09/12 09:13:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/make.defaults,v 1.3 2009/09/17 17:30:52 grobian Exp $ ARCH="x86-macos" CHOST="i686-apple-darwin10" @@ -8,6 +8,5 @@ ACCEPT_KEYWORDS="~x86-macos" USE="${USE} mmx mmxext sse sse2" # normally we set arch to prescott for all MacTel users, as this enables -# SSE and MMX support in GCC, however, 10.6's gcc barfs with an error -# message if you use -march, so we don't set this by default -#CFLAGS="-march=prescott" +# SSE and MMX support in GCC +CFLAGS="-march=prescott" -- cgit v1.2.3-65-gdbad