mirror of
https://github.com/ip7z/7zip.git
synced 2026-04-21 06:03:40 +00:00
Merge 5825340271 into 839151eaaa
This commit is contained in:
commit
87640f4acb
4 changed files with 26 additions and 0 deletions
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=ppc
|
||||
O=b/m_$(PLATFORM)
|
||||
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=ppc64
|
||||
O=b/m_$(PLATFORM)
|
||||
IS_X64=
|
||||
IS_X86=
|
||||
IS_ARM64=
|
||||
CROSS_COMPILE=
|
||||
MY_ARCH=-arch ppc64
|
||||
USE_ASM=
|
||||
CC=$(CROSS_COMPILE)gcc
|
||||
CXX=$(CROSS_COMPILE)g++
|
||||
Loading…
Add table
Add a link
Reference in a new issue