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