From 0b59755f434eca1ed621974ae9f95663dcdcac35 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 9 May 2011 15:23:00 +0000 Subject: [PATCH 1/1] Call fipsas.pl directly for pa-risc targets. --- crypto/bn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) $@ -- 2.34.1