projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2d940f0efade739fe7d5c6df002d3d93a71cfe55
[openwrt.git]
/
package
/
openssl
/
patches
/
310-arm_asm.patch
1
--- a/crypto/aes/Makefile
2
+++ b/crypto/aes/Makefile
3
@@ -47,6 +47,9 @@ lib: $(LIBOBJ)
4
5
$(LIBOBJ): $(LIBSRC)
6
7
+aes-armv4.s: asm/aes-armv4.pl
8
+ $(PERL) $^ > $@
9
+
10
aes-ia64.s: asm/aes-ia64.S
11
$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@
12
13
This page took
0.04117 seconds
and
3
git commands to generate.