提交 a578b040 编写于 作者: M Martin Storsjö

configure: Assume runtime cpu detection on arm on --target-os=android as well

Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 c23ce454
......@@ -3804,7 +3804,7 @@ EOF
enabled vfp && check_insn vfp 'fadds s0, s0, s0'
enabled vfpv3 && check_insn vfpv3 'vmov.f32 s0, #1.0'
[ $target_os = linux ] ||
[ $target_os = linux ] || [ $target_os = android ] ||
map 'enabled_any ${v}_external ${v}_inline || disable $v' \
$ARCH_EXT_LIST_ARM
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册