From a9f2507cb556911bd5e2ca6b6707f3f23d794689 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Wed, 25 Oct 2006 09:23:40 +0000 Subject: apparently EM64T doesn't support mmxext, so don't enable it by default --- profiles/default-linux/amd64/ChangeLog | 5 ++++- profiles/default-linux/amd64/make.defaults | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index 207c8c05e35c..e6da8ae89257 100644 --- a/profiles/default-linux/amd64/ChangeLog +++ b/profiles/default-linux/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.34 2006/10/25 09:05:13 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.35 2006/10/25 09:23:40 blubb Exp $ + + 25 Oct 2006; Simon Stelling make.defaults: + apparently EM64T doesn't support mmxext, so don't enable it by default 25 Oct 2006; Simon Stelling package.use.mask: same for imlib2; bug 152745 diff --git a/profiles/default-linux/amd64/make.defaults b/profiles/default-linux/amd64/make.defaults index b0209953440b..13356667b805 100644 --- a/profiles/default-linux/amd64/make.defaults +++ b/profiles/default-linux/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.19 2006/10/24 16:22:43 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.20 2006/10/25 09:23:40 blubb Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -15,7 +15,7 @@ USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" # 2006/10/24 - Simon Stelling # They are masked, but we can enable them anyway for those who have # >=portage-2.1.2_pre3-r4 -USE="${USE} mmx mmxext sse sse2" +USE="${USE} mmx sse sse2" # 2006/06/07 - Danny van Dyk # Multilib settings for all amd64 subprofiles. -- cgit v1.2.3-65-gdbad