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
Wim Lewis
nettle
Commits
16685030
Commit
16685030
authored
Apr 16, 2013
by
Niels Möller
Browse files
Include arm assembly files in distribution.
parent
8ab32ab6
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
16685030
2013-04-16 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (distdir): Include files from armv7 subdirectory.
* x86_64/umac-nh-n.asm: New file, 3.5 time speedup.
* umac32.c (umac32_digest): Fix nonce caching.
...
...
Makefile.in
View file @
16685030
...
...
@@ -516,7 +516,7 @@ distdir: $(DISTFILES)
else
cp
"
$(srcdir)
/
$$
f"
"
$(distdir)
"
;
\
fi
;
\
done
set
-e
;
for
d
in
sparc32 sparc64 x86 x86_64
;
do
\
set
-e
;
for
d
in
sparc32 sparc64 x86 x86_64
armv7
;
do
\
mkdir
"
$(distdir)
/
$$
d"
;
\
cp
$(srcdir)
/
$$
d/
*
.asm
$(srcdir)
/
$$
d/
*
.m4
"
$(distdir)
/
$$
d"
;
\
done
...
...
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