From 7ee7f9202581f2bf4098384ce3bb55c8fe2180b3 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 20 Apr 2015 20:48:59 +0200 Subject: [PATCH] bn/Makefile: give MacOS X hand to compiler armv8-mont module. Reviewed-by: Richard Levitte --- crypto/bn/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index 2bae4abd8d..624f5815aa 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -141,6 +141,7 @@ alpha-mont.s: asm/alpha-mont.pl armv4-mont.o: armv4-mont.S armv4-gf2m.o: armv4-gf2m.S +armv8-mont.o: armv8-mont.S files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -- GitLab