summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-07-16 19:43:12 +0300
committerMartin Storsjö <martin@martin.st>2014-07-17 17:47:00 +0300
commita578b0407dc983aecd72028e1127062689b67089 (patch)
tree793179ba77f8c9ac001d4f105ca9a03728afd33d /configure
parentc23ce454b3e33634a188d6facfd2b7182af5af93 (diff)
configure: Assume runtime cpu detection on arm on --target-os=android as well
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7a29e82adf..fb9da6037e 100755
--- a/configure
+++ b/configure
@@ -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