Skip to content

Commit 794929c

Browse files
committed
Merge pull request #3 from CRImier/master
ARM builds
2 parents e1692a1 + c3841f7 commit 794929c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arm.bash

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash -e
2+
3+
cd astyle-code/AStyle/build/gcc/
4+
5+
make clean
6+
7+
CFLAGS="-Os" LDFLAGS="-s" make java
8+
9+
cp bin/libastyle*.so ../../../../libastylej_arm.so
10+

0 commit comments

Comments
 (0)