summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-06-29 20:59:24 +0100
committerMans Rullgard <mans@mansr.com>2011-06-29 21:57:03 +0100
commita3e1f80e8ba28151ea5d84c15ecf454b8170aa13 (patch)
tree9e1c7816a30e1b54fd3ce39f2232ca28fec4826f /configure
parent0291ce840c0d2dd0fe79701e09f1d7a88def47a6 (diff)
ARM: remove check for PLD instruction
PLD is present in ARMv5TE and later, which is checked for separately. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index a1cc59ae5b..ca6a982dfd 100755
--- a/configure
+++ b/configure
@@ -1093,7 +1093,6 @@ HAVE_LIST="
memalign
mkstemp
mmap
- pld
posix_memalign
round
roundf
@@ -2608,9 +2607,6 @@ EOF
warn "Compiler does not indicate floating-point ABI, guessing $fpabi."
fi
- # We have to check if pld is a nop and disable it.
- check_asm pld '"pld [r0]"'
-
enabled armv5te && check_asm armv5te '"qadd r0, r0, r0"'
enabled armv6 && check_asm armv6 '"sadd16 r0, r0, r0"'
enabled armv6t2 && check_asm armv6t2 '"movt r0, #0"'