Commit dde99475 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Michael Niedermayer

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: 's avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6a7e94cb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment