crash extension: port for ARM64

Change-Id: I47a4f13e96718e94c08ee8bc3e9b0be38d7a8a55
This commit is contained in:
Dominique Martinet
2019-03-26 14:34:45 +09:00
committed by Dominique Martinet
parent f17c30da07
commit 3372bbfd23
2 changed files with 260 additions and 108 deletions

View File

@@ -33,6 +33,10 @@ ifeq ($(shell arch), x86_64)
TARGET=X86_64
TARGET_CFLAGS=
endif
ifeq ($(shell arch), aarch64)
TARGET=ARM64
TARGET_CFLAGS=
endif
ifeq ($(shell /bin/ls ../defs.h 2> /dev/null), ../defs.h)
INCDIR=..