projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Engage AES for UltraSPARC in sparcv9 targets.
[openssl.git]
/
crypto
/
aes
/
Makefile
diff --git
a/crypto/aes/Makefile
b/crypto/aes/Makefile
index
eed6542
..
670256c
100644
(file)
--- a/
crypto/aes/Makefile
+++ b/
crypto/aes/Makefile
@@
-58,6
+58,9
@@
ax86-out.s: asm/aes-586.pl ../perlasm/x86asm.pl
aes-x86_64.s: asm/aes-x86_64.pl
$(PERL) asm/aes-x86_64.pl $@
aes-x86_64.s: asm/aes-x86_64.pl
$(PERL) asm/aes-x86_64.pl $@
+aes-sparcv9.s: asm/aes-sparcv9.pl
+ $(PERL) asm/aes-sparcv9.pl $(CFLAGS) > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO