summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-12 13:20:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-12 13:37:04 +0200
commit04f00022910c8b468fcf72c1f12ac410d3588802 (patch)
treed25288b082f3c56492b7a8a70bb5d4cddfee04aa
parente7adb02d3bc1a46421fd6e8a7e80e529b04707ef (diff)
configure: Disable VSX on unspecified / generic CPUs
Fixes fate tests on PPC64be Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 58338082e3..0c907ff805 100755
--- a/configure
+++ b/configure
@@ -4033,6 +4033,9 @@ elif enabled ppc; then
disable altivec
disable dcbzl
;;
+ *)
+ disable vsx
+ ;;
esac
elif enabled sparc; then