summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-12-03 13:22:25 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2015-12-30 20:21:57 +0100
commitdde994751b16913afb59fbea2e0294e1e6468ef4 (patch)
tree461d440f5bd9b3f247d09e00c33a5f47304e3776 /configure
parent6a7e94cb14f31013261c337e217ca38c37fd9efd (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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