Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
b2407edb
Commit
b2407edb
authored
Apr 18, 2013
by
Niels Möller
Browse files
Recognize all "arm*" cpus, not just "armv7*".
parent
ade7779c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b2407edb
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.
...
...
configure.ac
View file @
b2407edb
...
...
@@ -237,7 +237,7 @@ if test "x$enable_assembler" = xyes ; then
asm_path=sparc32
fi
;;
arm
v7l
*)
arm*)
NETTLE_CHECK_ARM_NEON
asm_path=arm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment