Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
8a4ae7c1
Commit
8a4ae7c1
authored
Mar 25, 2013
by
Niels Möller
Browse files
Don't include asm objects twice in shared libhogweed.
parent
6de2999b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8a4ae7c1
2013-03-25 Niels Möller <nisse@lysator.liu.se>
* Makefile.in (hogweed_PURE_OBJS): Don't include OPT_ASM_SOURCES
twice.
2013-03-15 Niels Möller <nisse@lysator.liu.se>
* armv7/sha3-permute.asm: New file. 4.5 time speedup.
...
...
Makefile.in
View file @
8a4ae7c1
...
...
@@ -180,7 +180,7 @@ nettle_OBJS = $(nettle_SOURCES:.c=.$(OBJEXT)) $(LIBOBJS)
nettle_PURE_OBJS
=
$
(
nettle_OBJS:.
$(OBJEXT)
=
.p
$(OBJEXT)
)
hogweed_OBJS
=
$
(
hogweed_SOURCES:.c
=
.
$(OBJEXT)
)
$
(
OPT_ASM_SOURCES:.asm
=
.
$(OBJEXT)
)
hogweed_PURE_OBJS
=
$
(
hogweed_OBJS:.
$(OBJEXT)
=
.p
$(OBJEXT)
)
$
(
OPT_ASM_SOURCES:.asm
=
.p
$(OBJEXT)
)
hogweed_PURE_OBJS
=
$
(
hogweed_OBJS:.
$(OBJEXT)
=
.p
$(OBJEXT)
)
libnettle.a
:
$(nettle_OBJS)
-
rm
-f
$@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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