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>
This commit is contained in:
Vicente Olivert Riera 2015-10-14 14:58:49 +01:00 committed by Michael Niedermayer
parent 17fe18d21a
commit 50366b4295
1 changed files with 9 additions and 0 deletions

9
configure vendored
View File

@ -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