mirror of
https://github.com/ip7z/7zip.git
synced 2025-12-06 07:12:00 +01:00
Add support for powerpc
This commit is contained in:
parent
395149956d
commit
33c5a43589
3
CPP/7zip/cmpl_mac_ppc.mak
Normal file
3
CPP/7zip/cmpl_mac_ppc.mak
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
include ../../var_mac_ppc.mak
|
||||
include ../../warn_gcc.mak
|
||||
include makefile.gcc
|
||||
3
CPP/7zip/cmpl_mac_ppc64.mak
Normal file
3
CPP/7zip/cmpl_mac_ppc64.mak
Normal 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
10
CPP/7zip/var_mac_ppc.mak
Normal 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++
|
||||
10
CPP/7zip/var_mac_ppc64.mak
Normal file
10
CPP/7zip/var_mac_ppc64.mak
Normal 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++
|
||||
Loading…
Reference in a new issue