mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
21.02
This commit is contained in:
11
CPP/7zip/var_gcc_x86.mak
Normal file
11
CPP/7zip/var_gcc_x86.mak
Normal 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++
|
||||
|
||||
Reference in New Issue
Block a user