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>
pull/8/head
Mans Rullgard 12 years ago
parent a7831d509f
commit 637606de2d
  1. 2
      configure

2
configure vendored

@ -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"

Loading…
Cancel
Save