Browse Source

mips: display a warning message when using an unknown CPU

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.0
Vicente Olivert Riera Michael Niedermayer 10 years ago
parent
commit
6282bdc2bf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure

+ 2
- 0
configure View File

@@ -4238,6 +4238,8 @@ elif enabled mips; then
disable msa
;;
*)
# Unknown CPU. Disable everything.
echo "Warning: unknown CPU. Disabling all MIPS optimizations."
disable mipsfpu
disable mips32r2
disable mips32r6


Loading…
Cancel
Save