mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Add LZMA SDK.
This commit is contained in:
12
3rdparty/lzma-21.03beta/C/var_gcc.mak
vendored
Normal file
12
3rdparty/lzma-21.03beta/C/var_gcc.mak
vendored
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