summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile.ssl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-04-27 22:05:50 +0000
committerAndy Polyakov <appro@openssl.org>2004-04-27 22:05:50 +0000
commitdd55880644b1f60784f7a7100b94c0e5f9a1394e (patch)
treee481aaa2cd75ac9a502e068d70ea95e6a8a445ea /crypto/bn/Makefile.ssl
parentbd1640bb01cbd336da830fa1f3e0042c63acab7d (diff)
Improved PowerPC support. Proper ./config support for ppc targets,
especially for AIX. But most important BIGNUM assembler implementation submitted by IBM. Submitted by: Peter Waltenberg <pwalten@au1.ibm.com> Reviewed by: appro
Diffstat (limited to 'crypto/bn/Makefile.ssl')
-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 70fec63620..490d6d7dae 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -129,6 +129,13 @@ asm/pa-risc2W.o: asm/pa-risc2W.s
asm/pa-risc2.o: asm/pa-risc2.s
/usr/ccs/bin/as -o asm/pa-risc2.o asm/pa-risc2.s
+# ppc - AIX, Linux, MacOS X...
+asm/linux_ppc32.s: asm/ppc.pl; $(PERL) $< $@
+asm/linux_ppc64.s: asm/ppc.pl; $(PERL) $< $@
+asm/aix_ppc32.s: asm/ppc.pl; $(PERL) $< $@
+asm/aix_ppc64.s: asm/ppc.pl; $(PERL) $< $@
+asm/osx_ppc32.s: asm/ppc.pl; $(PERL) $< $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO