Commit 50366b42 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Michael Niedermayer

mips: disable all features in configure if no cpu is matched

Signed-off-by: 's avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: 's avatarNedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 17fe18d2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment