summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/var_gcc_x64.mak
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/7zip/var_gcc_x64.mak')
-rw-r--r--3rdparty/lzma/CPP/7zip/var_gcc_x64.mak10
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/7zip/var_gcc_x64.mak b/3rdparty/lzma/CPP/7zip/var_gcc_x64.mak
new file mode 100644
index 00000000000..1acf604f5f2
--- /dev/null
+++ b/3rdparty/lzma/CPP/7zip/var_gcc_x64.mak
@@ -0,0 +1,10 @@
+PLATFORM=x64
+O=b/g_$(PLATFORM)
+IS_X64=1
+IS_X86=
+IS_ARM64=
+CROSS_COMPILE=
+MY_ARCH=
+USE_ASM=1
+CC=$(CROSS_COMPILE)gcc
+CXX=$(CROSS_COMPILE)g++