Skip to content

Commit

Permalink
Update termux
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 6, 2016
1 parent 02418c0 commit 1447dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions mk/termux-host.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
USERCC=gcc -fPIC -fPIE
ARCH=arm

RANLIB=ranlib
CC_AR=ar -r ${LIBAR}
RANLIB=aarch64-linux-android-ranlib
AR=aarch64-linux-android-ar
CC_AR=${AR} -r ${LIBAR}

ONELIB=0
OSTYPE=android
Expand Down
3 changes: 2 additions & 1 deletion shlr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ capstone-sync:
"$(SHELL)" capstone.sh "${CS_URL}" "${CS_BRA}" "${CS_TIP}" "${CS_REV}"
ifeq ($(CS_PATCHES),1)
-cd capstone ; $(GIT) reset --hard
cd capstone ; for PATCH in ../capstone-patches/* ; do patch -tp1 < $$PATCH ; done
#cd capstone ; for PATCH in ../capstone-patches/* ; do patch -tp1 < $$PATCH ; done
cd capstone ; for PATCH in ../capstone-patches/* ; do patch -p1 < $$PATCH ; done
endif

.PHONY: capstone
Expand Down

0 comments on commit 1447dc7

Please sign in to comment.