mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 16:07:06 -06:00
21.02
This commit is contained in:
12
C/var_gcc_arm64.mak
Normal file
12
C/var_gcc_arm64.mak
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user