summaryrefslogtreecommitdiffstats
path: root/crypto/bn/build.info
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-02-28 23:25:36 +0100
committerAndy Polyakov <appro@openssl.org>2017-03-02 16:19:54 +0100
commiteac54143fd33f5f5140f3a6a55008a1453a8c369 (patch)
tree8b63e44be3e2377adc9879f449043a1ddd7bfa8f /crypto/bn/build.info
parent604c853d453282a3ef4d7d1ed8cbae57097c3813 (diff)
bn/asm: clean up unused PA-RISC modules.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/bn/build.info')
-rw-r--r--crypto/bn/build.info11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/bn/build.info b/crypto/bn/build.info
index 354410615b..dbb4196bb3 100644
--- a/crypto/bn/build.info
+++ b/crypto/bn/build.info
@@ -65,14 +65,3 @@ INCLUDE[armv4-mont.o]=..
GENERATE[armv4-gf2m.S]=asm/armv4-gf2m.pl $(PERLASM_SCHEME)
INCLUDE[armv4-gf2m.o]=..
GENERATE[armv8-mont.S]=asm/armv8-mont.pl $(PERLASM_SCHEME)
-
-OVERRIDES=pa-risc2W.o pa-risc2.c
-BEGINRAW[Makefile]
-# GNU assembler fails to compile PA-RISC2 modules, insist on calling
-# vendor assembler...
-{- $builddir -}/pa-risc2W.o: {- $sourcedir -}/asm/pa-risc2W.s
- CC="$(CC)" $(PERL) $(SRCDIR)/util/fipsas.pl $(SRCDIR) $< /usr/ccs/bin/as -o pa-risc2W.o {- $sourcedir -}/asm/pa-risc2W.s
-{- $builddir -}/pa-risc2.o: {- $sourcedir -}/asm/pa-risc2.s
- CC="$(CC)" $(PERL) $(SRCDIR)/util/fipsas.pl $(SRCDIR) $< /usr/ccs/bin/as -o pa-risc2.o {- $sourcedir -}/asm/pa-risc2.s
-
-ENDRAW[Makefile]