From 6f9e34baea4f6f484392e4e67f606a0835d07b73 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 18 Jul 2016 23:23:50 +0300 Subject: arm: Check for support for the .fpu directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When targeting COFF (windows), clang doesn't support this directive (while binutils supports it for all targets). Signed-off-by: Martin Storsjö --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index ce52f50d07..37c5611293 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 @@ -4242,6 +4243,9 @@ EOF check_as <