Browse Source

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>
tags/n3.0
Vicente Olivert Riera Michael Niedermayer 9 years ago
parent
commit
50366b4295
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      configure

+ 9
- 0
configure 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


Loading…
Cancel
Save