mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 01:15:00 -06:00
21.02
This commit is contained in:
12
CPP/7zip/var_gcc.mak
Normal file
12
CPP/7zip/var_gcc.mak
Normal file
@@ -0,0 +1,12 @@
|
||||
PLATFORM=
|
||||
O=b/g
|
||||
IS_X64=
|
||||
IS_X86=
|
||||
IS_ARM64=
|
||||
CROSS_COMPILE=
|
||||
MY_ARCH=
|
||||
USE_ASM=
|
||||
CC=$(CROSS_COMPILE)gcc
|
||||
CXX=$(CROSS_COMPILE)g++
|
||||
|
||||
# -march=armv8-a+crc+crypto
|
||||
Reference in New Issue
Block a user