mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 23:10:00 +00:00
13 lines
199 B
Makefile
13 lines
199 B
Makefile
PLATFORM=arm64
|
|
O=b/g_$(PLATFORM)
|
|
IS_X64=
|
|
IS_X86=
|
|
IS_ARM64=1
|
|
CROSS_COMPILE=
|
|
MY_ARCH=-mtune=cortex-a53
|
|
USE_ASM=1
|
|
CC=$(CROSS_COMPILE)gcc
|
|
CXX=$(CROSS_COMPILE)g++
|
|
|
|
# -march=armv8-a+crc+crypto
|