summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2009-12-27 20:49:40 +0000
committerAndy Polyakov <appro@openssl.org>2009-12-27 20:49:40 +0000
commitcb3b9b132336d7931c047a95a0d7638b8e470e55 (patch)
treeb40acfb826f15631e6be878fb4e10fd7e41dd148 /crypto/rc4/Makefile
parentbeef7145997c1183c8c154076d3fa3a7148ada60 (diff)
Throw in more PA-RISC assembler.
Diffstat (limited to 'crypto/rc4/Makefile')
-rw-r--r--crypto/rc4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/rc4/Makefile b/crypto/rc4/Makefile
index 264451a213..3f467a68fd 100644
--- a/crypto/rc4/Makefile
+++ b/crypto/rc4/Makefile
@@ -53,6 +53,9 @@ rc4-ia64.S: asm/rc4-ia64.pl
rc4-s390x.s: asm/rc4-s390x.pl
$(PERL) asm/rc4-s390x.pl > $@
+rc4-parisc.s: asm/rc4-parisc.pl
+ $(PERL) asm/rc4-parisc.pl $(PERLASM_SCHEME) $@
+
rc4-ia64.s: rc4-ia64.S
@case `awk '/^#define RC4_INT/{print$$NF}' $(TOP)/include/openssl/opensslconf.h` in \
int) set -x; $(CC) $(CFLAGS) -DSZ=4 -E rc4-ia64.S > $@ ;; \