summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-10-24 16:22:43 +0000
committerSimon Stelling <blubb@gentoo.org>2006-10-24 16:22:43 +0000
commit6c0c8206672f6dca07de23a0d6865b4cb29bd2ae (patch)
tree6080e35e3c4ae738056455c31c49ff6a2096ff91 /profiles/default-linux
parentMoving the slot for dev-libs/boost from 1 to 0. (diff)
downloadgentoo-2-6c0c8206672f6dca07de23a0d6865b4cb29bd2ae.tar.gz
gentoo-2-6c0c8206672f6dca07de23a0d6865b4cb29bd2ae.tar.bz2
gentoo-2-6c0c8206672f6dca07de23a0d6865b4cb29bd2ae.zip
enable mmx{,ext}, sse{,2} by default
Diffstat (limited to 'profiles/default-linux')
-rw-r--r--profiles/default-linux/amd64/ChangeLog5
-rw-r--r--profiles/default-linux/amd64/make.defaults6
2 files changed, 9 insertions, 2 deletions
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 <blubb@gentoo.org> make.defaults:
+ enable mmx{,ext}, sse{,2} by default
24 Oct 2006; Simon Stelling <blubb@gentoo.org> 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 <blubb@gentoo.org>
+# 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 <kugelfang@gentoo.org>
# Multilib settings for all amd64 subprofiles.