summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-12-03 01:36:49 +0000
committerMans Rullgard <mans@mansr.com>2012-12-07 16:54:03 +0000
commit637606de2d2e0af0a9fa2f23f943765d7d7c5cd5 (patch)
treecc16d3e760730b31f044f54669750f7e9e5ee0bb /configure
parenta7831d509f8db397f74895dca3dd3b4ac791ef03 (diff)
configure: arm: make _inline arch ext symbols depend on inline_asm
This makes --disable-inline-asm work as expected. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 42975e120c..31508182ab 100755
--- a/configure
+++ b/configure
@@ -1392,6 +1392,8 @@ armvfp_deps="arm"
neon_deps="arm"
vfpv3_deps="armvfp"
+map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
+
altivec_deps="ppc"
ppc4xx_deps="ppc"