From: Niels Möller Date: Thu, 18 Apr 2013 12:26:04 +0000 (+0200) Subject: Recognize all "arm*" cpus, not just "armv7*". X-Git-Tag: nettle_2.7_release_20130424~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2407edb8ee8499455912db72fc18f3917485c88;p=thirdparty%2Fnettle.git Recognize all "arm*" cpus, not just "armv7*". --- diff --git a/ChangeLog b/ChangeLog index fea26283..7b54874e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-04-18 Niels Möller + * 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