summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorShiyou Yin <yinshiyou-hf@loongson.cn>2018-11-29 17:39:41 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2018-11-30 19:20:19 +0100
commit5c806d5b54a7a261569b4d3c2053a321dcf4445f (patch)
treee296f02257c0facdd6d29f64c52da066598dc58f /configure
parentf09bbb8f087dc1780ce1fe236a7e27ae4e49fb14 (diff)
configure: enable mipsfpu for loongson platform.
mipsfpu supported by loongson 3a2000,3a3000,3a4000,2k1000, Fate tests passed. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 3e9222ed1b..54b7e1119b 100755
--- a/configure
+++ b/configure
@@ -4848,7 +4848,6 @@ elif enabled mips; then
enable fast_cmov
enable fast_unaligned
disable aligned_stack
- disable mipsfpu
disable mipsdsp
disable mipsdspr2
# When gcc version less than 5.3.0, add -fno-expensive-optimizations flag.