projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add Montgomery multiplication module for IA-64.
[openssl.git]
/
crypto
/
bn
/
Makefile
diff --git
a/crypto/bn/Makefile
b/crypto/bn/Makefile
index
c42ef3e
..
134b4a9
100644
(file)
--- a/
crypto/bn/Makefile
+++ b/
crypto/bn/Makefile
@@
-92,6
+92,8
@@
x86_64-mont.s: asm/x86_64-mont.pl
bn-ia64.s: asm/ia64.S
$(CC) $(CFLAGS) -E asm/ia64.S > $@
bn-ia64.s: asm/ia64.S
$(CC) $(CFLAGS) -E asm/ia64.S > $@
+ia64-mont.s: asm/ia64-mont.pl
+ $(PERL) asm/ia64-mont.pl $@ $(CFLAGS)
# GNU assembler fails to compile PA-RISC2 modules, insist on calling
# vendor assembler...
# GNU assembler fails to compile PA-RISC2 modules, insist on calling
# vendor assembler...