From 6c0c8206672f6dca07de23a0d6865b4cb29bd2ae Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Tue, 24 Oct 2006 16:22:43 +0000 Subject: enable mmx{,ext}, sse{,2} by default --- profiles/default-linux/amd64/ChangeLog | 5 ++++- profiles/default-linux/amd64/make.defaults | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'profiles/default-linux') diff --git a/profiles/default-linux/amd64/ChangeLog b/profiles/default-linux/amd64/ChangeLog index 5215c0721c7f..c04e3ceec412 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.31 2006/10/24 13:20:34 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/ChangeLog,v 1.32 2006/10/24 16:22:43 blubb Exp $ + + 24 Oct 2006; Simon Stelling make.defaults: + enable mmx{,ext}, sse{,2} by default 24 Oct 2006; Simon Stelling package.use.force, package.use.mask: diff --git a/profiles/default-linux/amd64/make.defaults b/profiles/default-linux/amd64/make.defaults index c785357d0d43..b0209953440b 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.18 2006/08/18 19:02:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/make.defaults,v 1.19 2006/10/24 16:22:43 blubb Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -12,6 +12,10 @@ CXXFLAGS="${CFLAGS}" FEATURES="sandbox sfperms" 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" # 2006/06/07 - Danny van Dyk # Multilib settings for all amd64 subprofiles. -- cgit v1.2.3-65-gdbad