Add support for powerpc

This commit is contained in:
Sergey Fedorov 2025-07-27 18:13:05 +08:00
parent 395149956d
commit 33c5a43589
4 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,3 @@
include ../../var_mac_ppc.mak
include ../../warn_gcc.mak
include makefile.gcc

View file

@ -0,0 +1,3 @@
include ../../var_mac_ppc64.mak
include ../../warn_gcc.mak
include makefile.gcc

10
CPP/7zip/var_mac_ppc.mak Normal file
View file

@ -0,0 +1,10 @@
PLATFORM=
O=b/g
IS_X64=
IS_X86=
IS_ARM64=
CROSS_COMPILE=
MY_ARCH=-arch ppc
USE_ASM=
CC=$(CROSS_COMPILE)gcc
CXX=$(CROSS_COMPILE)g++

View file

@ -0,0 +1,10 @@
PLATFORM=
O=b/g
IS_X64=
IS_X86=
IS_ARM64=
CROSS_COMPILE=
MY_ARCH=-arch ppc64
USE_ASM=
CC=$(CROSS_COMPILE)gcc
CXX=$(CROSS_COMPILE)g++