summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fea26283..7b54874e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2013-04-18 Niels Möller <nisse@lysator.liu.se>
+ * configure.ac: Recognize cpu type "arm*", not just "armv7*'.
+
* arm/aes-encrypt-internal.asm: Updated include of aes.m4.
* arm/aes-decrypt-internal.asm: Likewise.
diff --git a/configure.ac b/configure.ac
index e13e554d..232aa9cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ if test "x$enable_assembler" = xyes ; then
asm_path=sparc32
fi
;;
- armv7l*)
+ arm*)
NETTLE_CHECK_ARM_NEON
asm_path=arm