summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-10-14 14:58:49 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-15 20:19:10 +0200
commit50366b429508e7b34e1a68eca3031a43cb0f523c (patch)
tree24a605365594a0c4c6cc2c24e49e0ed16182493d /configure
parent17fe18d21ad9caba5dec08237b511c7fb89e88b3 (diff)
mips: disable all features in configure if no cpu is matched
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure b/configure
index 386805e20f..5e7ded1417 100755
--- a/configure
+++ b/configure
@@ -4131,6 +4131,15 @@ elif enabled mips; then
disable mips64r6
disable msa
;;
+ *)
+ disable mipsfpu
+ disable mips32r2
+ disable mips32r5
+ disable mips64r6
+ disable mipsdspr1
+ disable mipsdspr2
+ disable msa
+ ;;
esac
elif enabled ppc; then