crash extension: port for ARM64
Change-Id: I47a4f13e96718e94c08ee8bc3e9b0be38d7a8a55
This commit is contained in:
committed by
Dominique Martinet
parent
f17c30da07
commit
3372bbfd23
@@ -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=..
|
||||
|
||||
Reference in New Issue
Block a user