This commit is contained in:
Igor Pavlov
2021-07-22 23:00:14 +01:00
committed by Kornel
parent 4a960640a3
commit 585698650f
619 changed files with 34904 additions and 10859 deletions

11
CPP/7zip/var_gcc_x86.mak Normal file
View File

@@ -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++