14 lines
268 B
Diff
14 lines
268 B
Diff
--- crash-trace-command-2.0/Makefile.orig
|
|
+++ crash-trace-command-2.0/Makefile
|
|
@@ -22,6 +22,10 @@ ifeq ($(shell arch), s390)
|
|
TARGET=S390
|
|
TARGET_CFLAGS=
|
|
endif
|
|
+ifeq ($(shell arch), aarch64)
|
|
+ TARGET=ARM64
|
|
+ TARGET_CFLAGS=
|
|
+endif
|
|
|
|
INCDIR=/usr/include/crash
|
|
|