Skip to content

Commit 141a42a

Browse files
author
Andrew Haley
committed
Remove external dependencies
1 parent 7f30692 commit 141a42a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

make/Hsdis.gmk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ ifeq ($(HSDIS_BACKEND), capstone)
4444
else ifeq ($(call isTargetCpuArch, aarch64), true)
4545
CAPSTONE_ARCH := CS_ARCH_$(CAPSTONE_ARCH_AARCH64_NAME)
4646
CAPSTONE_MODE := CS_MODE_ARM
47-
else ifeq ($(call isTargetCpuArch, arm), true)
48-
CAPSTONE_ARCH := CS_ARCH_ARM
49-
CAPSTONE_MODE := CS_MODE_ARM
5047
else
5148
$(error No support for Capstone on this platform)
5249
endif

0 commit comments

Comments
 (0)