summaryrefslogtreecommitdiff
path: root/tests/checkasm/arm/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-12-30 23:46:06 +0200
committerMartin Storsjö <martin@martin.st>2016-01-07 09:33:24 +0200
commit26ec75aec3576daea691dee53a78ec67c0dc4040 (patch)
tree85455196d7b386dc38ef3542173c48af3ae4b3b5 /tests/checkasm/arm/Makefile
parentfa463aa83a4920b0eed47ad1f79775dfc53d21ec (diff)
checkasm: Check register clobbering on arm
Use two separate functions, depending on whether VFP/NEON is available. This is set to require armv5te - it uses blx, which is only available since armv5t, but we don't have a separate configure item for that. (It also uses ldrd, which requires armv5te, but this could be avoided if necessary.) Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/checkasm/arm/Makefile')
-rw-r--r--tests/checkasm/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/arm/Makefile b/tests/checkasm/arm/Makefile
new file mode 100644
index 0000000000..55f2383d4c
--- /dev/null
+++ b/tests/checkasm/arm/Makefile
@@ -0,0 +1 @@
+CHECKASMOBJS-$(HAVE_ARMV5TE_EXTERNAL) += arm/checkasm.o