summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-01-29 22:16:08 +0000
committerAndy Polyakov <appro@openssl.org>2004-01-29 22:16:08 +0000
commit12470927760cdbcb0885f9cf03aebda495d784d2 (patch)
treea07ce0910b37b4193eaa2da0c6304b0243330f13 /crypto/bn
parent7e22a1df55db03bc1a2f146d3e2bf2cc5ae34055 (diff)
HP/UX PA-RISC 2 targets update.
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/Makefile.ssl7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index 7fe70a4066..341790354e 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -122,6 +122,13 @@ asm/ia64-cpp.o: asm/ia64.S
asm/x86_64-gcc.o: asm/x86_64-gcc.c
+# GNU assembler fails to compile PA-RISC2 modules, insist on calling
+# vendor assembler...
+asm/pa-risc2W.o: asm/pa-risc2W.s
+ /usr/ccs/bin/as -o asm/pa-rics2W.o asm/pa-risc2W.s
+asm/pa-risc2.o: asm/pa-risc2.s
+ /usr/ccs/bin/as -o asm/pa-rics2.o asm/pa-risc2.s
+
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO