]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Recognize all "arm*" cpus, not just "armv7*".
authorNiels Möller <nisse@lysator.liu.se>
Thu, 18 Apr 2013 12:26:04 +0000 (14:26 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 18 Apr 2013 12:26:04 +0000 (14:26 +0200)
ChangeLog
configure.ac

index fea262838157393f2c7dacaaba03f130fd0ad741..7b54874e4a0eaec1c0c868961fe16efe9170aba6 100644 (file)
--- 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.
 
index e13e554d3e1647c1813493f6eb484cc231dae6cd..232aa9cbec7bfdfb5e440b409be3cda3a2176a61 100644 (file)
@@ -237,7 +237,7 @@ if test "x$enable_assembler" = xyes ; then
        asm_path=sparc32
       fi
       ;;
-    armv7l*)
+    arm*)
       NETTLE_CHECK_ARM_NEON
 
       asm_path=arm