1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-18 20:26:26 +03:00
openwrt-xburst/package/openssl/patches/310-arm_asm.patch

13 lines
233 B
Diff
Raw Normal View History

--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -47,6 +47,9 @@ lib: $(LIBOBJ)
$(LIBOBJ): $(LIBSRC)
+aes-armv4.s: asm/aes-armv4.pl
+ $(PERL) $^ > $@
+
aes-ia64.s: asm/aes-ia64.S
$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@