Skip to content
Snippets Groups Projects
Commit 50366b42 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Michael Niedermayer
Browse files

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

parent 17fe18d2
No related branches found
No related tags found
No related merge requests found
...@@ -4131,6 +4131,15 @@ elif enabled mips; then ...@@ -4131,6 +4131,15 @@ elif enabled mips; then
disable mips64r6 disable mips64r6
disable msa disable msa
;; ;;
*)
disable mipsfpu
disable mips32r2
disable mips32r5
disable mips64r6
disable mipsdspr1
disable mipsdspr2
disable msa
;;
esac esac
elif enabled ppc; then elif enabled ppc; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment