summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-04 12:45:29 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-04 12:45:35 +0200
commita40c338a00a4e1c7f2cce189db0f406f85d5792a (patch)
tree02cc507c31e3f4071f881e2e87b934d0b09d5d38 /configure
parentd5c9d055ea3d9b40e736257fd7b58125ada8cba8 (diff)
parentd5a55981986ac5d1a31aef3a8d16eaff8534a412 (diff)
Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412'
* commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412': build: check if AS supports the '.func' directive Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 495eb00fa2..9b74f8db47 100755
--- a/configure
+++ b/configure
@@ -1719,6 +1719,7 @@ SYSTEM_FUNCS="
TOOLCHAIN_FEATURES="
as_dn_directive
+ as_func
asm_mod_q
attribute_may_alias
attribute_packed
@@ -4280,6 +4281,11 @@ if enabled asm; then
.endm
m x
EOF
+
+ check_as <<EOF && enable as_func
+.func test
+.endfunc
+EOF
fi
check_inline_asm inline_asm_labels '"1:\n"'