summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
author周晓勇 <zhouxiaoyong@loongson.cn>2015-05-08 18:17:19 +0800
committerMichael Niedermayer <michaelni@gmx.at>2015-05-08 14:33:40 +0200
commitba1f56ae9bac5110e437902dab0466e8ae00f319 (patch)
tree1dfff58fde35c9bdda15c2b323361224e4718d7e /configure
parentb6d8afd8208ae45f48cdf55932e8b09f8c6ab967 (diff)
configure: remove loongson check inline asm and mips dependent
1.Loongson now have two series CPU supported MMI(Multi-Media Instruct). Loongson-3 designed multi-core have good performance in decoding. Loongson-2's support is comming soon. 2.Replaced loongson with loongson2 and loongson3. Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 87b4ffdac6..1b413676d5 100755
--- a/configure
+++ b/configure
@@ -2021,7 +2021,6 @@ setend_deps="arm"
map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
-loongson_deps="mips"
mipsfpu_deps="mips"
mipsdspr1_deps="mips"
mipsdspr2_deps="mips"
@@ -4688,8 +4687,6 @@ EOF
elif enabled mips; then
- check_inline_asm loongson '"dmult.g $1, $2, $3"'
-
# Enable minimum ISA based on selected options
if enabled mips64 && (enabled mipsdspr1 || enabled mipsdspr2); then
add_cflags "-mips64r2"