mips: put "disable mipsfpu" in a better place for loongson

Let's disable the ISAs first, and then the core capabilities, as we do
for the rest of the cores. This way the code is better organized.

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:25 +00:00 committed by Michael Niedermayer
parent 6a7e94cb14
commit dde994751b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4198,11 +4198,11 @@ elif enabled mips; then
add_asflags "-mfp64"
;;
loongson*)
disable mipsfpu
disable mips32r2
disable mips32r6
disable mips64r2
disable mips64r6
disable mipsfpu
disable mipsdsp
disable mipsdspr2
disable msa