Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
b2407edb
Commit
b2407edb
authored
Apr 18, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recognize all "arm*" cpus, not just "armv7*".
parent
ade7779c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeLog
ChangeLog
+2
-0
configure.ac
configure.ac
+1
-1
No files found.
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
Markdown
is supported
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