From dd55880644b1f60784f7a7100b94c0e5f9a1394e Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 27 Apr 2004 22:05:50 +0000 Subject: 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 Reviewed by: appro --- crypto/bn/Makefile.ssl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crypto/bn/Makefile.ssl') 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 -- cgit v1.2.3