summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-03-21 19:15:02 +0000
committerMichał Górny <mgorny@gentoo.org>2015-03-21 19:15:02 +0000
commit7acfc7b7310a861b790e2fa51212a30ed7846dfc (patch)
tree4665525a0c476110aedcdaed31010db790e8f667 /profiles/arch/amd64-fbsd
parentDrop old (diff)
downloadgentoo-2-7acfc7b7310a861b790e2fa51212a30ed7846dfc.tar.gz
gentoo-2-7acfc7b7310a861b790e2fa51212a30ed7846dfc.tar.bz2
gentoo-2-7acfc7b7310a861b790e2fa51212a30ed7846dfc.zip
Enable mmxext by default since it is implied by sse, and required for ffmpeg.
Diffstat (limited to 'profiles/arch/amd64-fbsd')
-rw-r--r--profiles/arch/amd64-fbsd/ChangeLog5
-rw-r--r--profiles/arch/amd64-fbsd/make.defaults6
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/arch/amd64-fbsd/ChangeLog b/profiles/arch/amd64-fbsd/ChangeLog
index 9afa296a2f3c..741320e57914 100644
--- a/profiles/arch/amd64-fbsd/ChangeLog
+++ b/profiles/arch/amd64-fbsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/x86-fbsd profile directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.65 2015/03/14 14:00:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/ChangeLog,v 1.66 2015/03/21 19:15:02 mgorny Exp $
+
+ 21 Mar 2015; Michał Górny <mgorny@gentoo.org> make.defaults:
+ Enable mmxext by default since it is implied by sse, and required for ffmpeg.
14 Mar 2015; Michał Górny <mgorny@gentoo.org> clang/package.use.force,
clang/packages.build:
diff --git a/profiles/arch/amd64-fbsd/make.defaults b/profiles/arch/amd64-fbsd/make.defaults
index eaeb1ff78bea..eeb18eaf4601 100644
--- a/profiles/arch/amd64-fbsd/make.defaults
+++ b/profiles/arch/amd64-fbsd/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.16 2015/02/01 13:40:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults,v 1.17 2015/03/21 19:15:02 mgorny Exp $
# System-wide defaults for the G/FBSD Portage system
ARCH="amd64-fbsd"
@@ -20,8 +20,8 @@ ABI="amd64_fbsd"
CFLAGS_x86_fbsd="-m32 -DCOMPAT_32BIT -B/usr/lib32 -L/usr/lib32"
LDFLAGS_x86_fbsd="-m elf_i386_fbsd -L/usr/lib32"
-USE="mmx sse sse2"
-CPU_FLAGS_X86="mmx sse sse2"
+USE="mmx mmxext sse sse2"
+CPU_FLAGS_X86="mmx mmxext sse sse2"
VIDEO_CARDS="apm ark chips cirrus cyrix dummy i128 intel mach64 mga \
nv r128 radeon rendition s3 s3virge savage siliconmotion sis \