From dde994751b16913afb59fbea2e0294e1e6468ef4 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Thu, 3 Dec 2015 13:22:25 +0000 Subject: [PATCH] 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 Signed-off-by: Michael Niedermayer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6d21e4adf0..7fee737be7 100755 --- a/configure +++ b/configure @@ -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