summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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"'