From: Dr. Stephen Henson Date: Mon, 9 May 2011 15:23:00 +0000 (+0000) Subject: Call fipsas.pl directly for pa-risc targets. X-Git-Tag: OpenSSL-fips-2_0-rc1~453 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b59755f434eca1ed621974ae9f95663dcdcac35;p=oweals%2Fopenssl.git Call fipsas.pl directly for pa-risc targets. --- diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 5115c2afaa..61b6b702b2 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -105,9 +105,9 @@ ia64-mont.s: asm/ia64-mont.pl # GNU assembler fails to compile PA-RISC2 modules, insist on calling # vendor assembler... pa-risc2W.o: asm/pa-risc2W.s - /usr/ccs/bin/as -o pa-risc2W.o asm/pa-risc2W.s + $(PERL) $(TOP)/util/fipsas.pl $(TOP) $< /usr/ccs/bin/as -o pa-risc2W.o asm/pa-risc2W.s pa-risc2.o: asm/pa-risc2.s - /usr/ccs/bin/as -o pa-risc2.o asm/pa-risc2.s + $(PERL) $(TOP)/util/fipsas.pl $(TOP) $< /usr/ccs/bin/as -o pa-risc2.o asm/pa-risc2.s parisc-mont.s: asm/parisc-mont.pl $(PERL) asm/parisc-mont.pl $(PERLASM_SCHEME) $@