From: Martin Storsjö Date: Mon, 18 Jul 2016 20:23:50 +0000 (+0300) Subject: arm: Check for support for the .fpu directive X-Git-Tag: n3.4-dev~10^2~497 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/6f9e34baea4f6f484392e4e67f606a0835d07b73 arm: Check for support for the .fpu directive When targeting COFF (windows), clang doesn't support this directive (while binutils supports it for all targets). Signed-off-by: Martin Storsjö --- diff --git a/configure b/configure index ce52f50..37c5611 100755 --- a/configure +++ b/configure @@ -1597,6 +1597,7 @@ SYSTEM_FUNCS=" TOOLCHAIN_FEATURES=" as_dn_directive + as_fpu_directive as_func as_object_arch asm_mod_q @@ -4243,6 +4244,9 @@ EOF ra .dn d0.i16 .unreq ra EOF + check_as <