diff options
-rw-r--r-- | profiles/default-linux/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <blubb@gentoo.org> make.defaults: + apparently EM64T doesn't support mmxext, so don't enable it by default 25 Oct 2006; Simon Stelling <blubb@gentoo.org> 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 <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" +USE="${USE} mmx sse sse2" # 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org> # Multilib settings for all amd64 subprofiles. |