Skip to content

Commit ad8512f

Browse files
authored
Merge pull request #5 from swarren/aarch64
Add aarch64.bash script
2 parents 794929c + a25756e commit ad8512f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

aarch64.bash

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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_aarch64.so

0 commit comments

Comments
 (0)