summaryrefslogtreecommitdiffstats
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 ec0eab8..f08c1de 100755
--- a/configure
+++ b/configure
@@ -958,6 +958,7 @@ HAVE_LIST="
termios_h
threads
truncf
+ vfp_args
VirtualAlloc
winsock2_h
xform_asm
@@ -2042,6 +2043,11 @@ fi
# check for assembler specific support
+enabled arm && check_ld <<EOF && enable vfp_args
+__asm__ (".eabi_attribute 28, 1");
+int main(void) { return 0; }
+EOF
+
enabled mips && check_asm loongson '"dmult.g $1, $2, $3"'
enabled ppc && check_asm dcbzl '"dcbzl 0, 1"'
OpenPOWER on IntegriCloud