summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-02-02 11:22:04 +0100
committerClément Bœsch <cboesch@gopro.com>2017-02-02 11:22:04 +0100
commita0860b0a388d5471ae3e60fbf004509a3783f392 (patch)
treeceeb6795d0d649b9cef796fbc5fc79655be622d8 /configure
parentd30870cc730337b7017cc194d696f68ee48f7f1d (diff)
parent6f9e34baea4f6f484392e4e67f606a0835d07b73 (diff)
Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73'
* commit '6f9e34baea4f6f484392e4e67f606a0835d07b73': arm: Check for support for the .fpu directive Merged-by: Clément Bœsch <cboesch@gopro.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 7154142006..b22c8b3389 100755
--- a/configure
+++ b/configure
@@ -1993,6 +1993,7 @@ SYSTEM_FUNCS="
TOOLCHAIN_FEATURES="
as_dn_directive
+ as_fpu_directive
as_func
as_object_arch
asm_mod_q
@@ -5312,6 +5313,9 @@ EOF
ra .dn d0.i16
.unreq ra
EOF
+ check_as <<EOF && enable as_fpu_directive
+.fpu neon
+EOF
# llvm's integrated assembler supports .object_arch from llvm 3.5
[ "$objformat" = elf ] && check_as <<EOF && enable as_object_arch