Browse Source

mips: i6400 core is not mips32r2, so disable mips32r2

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 9 years ago
parent
commit
e8bc43fe47
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure

+ 1
- 0
configure View File

@@ -4163,6 +4163,7 @@ elif enabled mips; then
add_asflags "-mfp64" add_asflags "-mfp64"
;; ;;
i6400) i6400)
disable mips32r2
disable mipsdsp disable mipsdsp
disable mipsdspr2 disable mipsdspr2
check_cflags "-mtune=i6400 -mabi=64" && check_cflags "-mtune=i6400 -mabi=64" &&


Loading…
Cancel
Save