summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak')
-rw-r--r--3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak14
1 files changed, 14 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak b/3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak
new file mode 100644
index 00000000000..51924f50565
--- /dev/null
+++ b/3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak
@@ -0,0 +1,14 @@
+ifdef USE_ASM
+ifdef IS_X64
+USE_LZMA_DEC_ASM=1
+endif
+ifdef IS_ARM64
+USE_LZMA_DEC_ASM=1
+endif
+endif
+
+ifdef USE_LZMA_DEC_ASM
+
+LZMA_DEC_OPT_OBJS= $O/LzmaDecOpt.o
+
+endif