From 637606de2d2e0af0a9fa2f23f943765d7d7c5cd5 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Mon, 3 Dec 2012 01:36:49 +0000 Subject: [PATCH] configure: arm: make _inline arch ext symbols depend on inline_asm This makes --disable-inline-asm work as expected. Signed-off-by: Mans Rullgard --- configure | 2 ++ 1 file changed, 2 insertions(+) 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"