commit: 086a9c0a2026988cc664fe5f8b72efd4105db117
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 18:53:29 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 18:53:55 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=086a9c0a
app-emulation/vmware-modules: Filter some ricer CFLAGS, bug 477270
Package-Manager: portage-2.2.20.1
app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | 2 +-
app-emulation/vmware-modules/vmware-modules-279.6.ebuild | 2 +-
app-emulation/vmware-modules/vmware-modules-304.2.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
index 1d24b19..7d798a4 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
@@ -44,7 +44,7 @@ pkg_setup() {
BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR}
KBUILD_OUTPUT=${KV_OUT_DIR}"
enewgroup "${VMWARE_GROUP}"
- filter-flags -mfpmath=sse
+ filter-flags -mfpmath=sse -mavx -mpclmul -maes
for mod in ${VMWARE_MODULE_LIST}; do
MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"
diff --git a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
index 356ead7..4a78931 100644
--- a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
@@ -58,7 +58,7 @@ pkg_setup() {
BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR}
KBUILD_OUTPUT=${KV_OUT_DIR}"
enewgroup "${VMWARE_GROUP}"
- filter-flags -mfpmath=sse
+ filter-flags -mfpmath=sse -mavx -mpclmul -maes
for mod in ${VMWARE_MODULE_LIST}; do
MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"
diff --git a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
index 5406bf8..173592f 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
@@ -58,7 +58,7 @@ pkg_setup() {
BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR}
KBUILD_OUTPUT=${KV_OUT_DIR}"
enewgroup "${VMWARE_GROUP}"
- filter-flags -mfpmath=sse
+ filter-flags -mfpmath=sse -mavx -mpclmul -maes
for mod in ${VMWARE_MODULE_LIST}; do
MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"