HP/UX PA-RISC 2 targets update.
[openssl.git] / crypto / bn / Makefile.ssl
index 7fe70a4066b06367ea7bd976a1c3e49a90ba9389..341790354e1035d60761cc29bb97ec2d758603de 100644 (file)
@@ -122,6 +122,13 @@ asm/ia64-cpp.o:    asm/ia64.S
 
 asm/x86_64-gcc.o: asm/x86_64-gcc.c
 
+# GNU assembler fails to compile PA-RISC2 modules, insist on calling
+# vendor assembler...
+asm/pa-risc2W.o: asm/pa-risc2W.s
+       /usr/ccs/bin/as -o asm/pa-rics2W.o asm/pa-risc2W.s
+asm/pa-risc2.o: asm/pa-risc2.s
+       /usr/ccs/bin/as -o asm/pa-rics2.o asm/pa-risc2.s
+
 files:
        $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO