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>
This commit is contained in:
Vicente Olivert Riera 2015-12-03 13:22:22 +00:00 committed by Michael Niedermayer
parent 30d770ca44
commit e8bc43fe47
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

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