summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-12-28 12:17:08 +0100
committerAndy Polyakov <appro@openssl.org>2013-12-28 12:18:11 +0100
commitd7d7e7b038d2386f6b1832b035f8641949f3eb04 (patch)
tree7e9268b9b4a598810ee6aabf27d7e3cc9bb19c54 /crypto/bn
parent80b6d97585511931d7e5d1cbf24bd19f34d88bda (diff)
ARM assembly pack: make it work with older toolchain.
(cherry picked from commit 2218c296b4981af6f2639bbd7eabfb89437fe776)
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index d3e408cbce..af23cef92a 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -140,9 +140,10 @@ alpha-mont.s: asm/alpha-mont.pl
$(CC) -E $$preproc > $@ && rm $$preproc)
# GNU make "catch all"
-%-mont.s: asm/%-mont.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+%-mont.S: asm/%-mont.pl; $(PERL) $< $(PERLASM_SCHEME) $@
%-gf2m.S: asm/%-gf2m.pl; $(PERL) $< $(PERLASM_SCHEME) $@
+armv4-mont.o: armv4-mont.S
armv4-gf2m.o: armv4-gf2m.S
files: