mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
385 B
Diff
22 lines
385 B
Diff
--- /dev/null
|
|
+++ CPP/7zip/cmpl_mac_x86.mak
|
|
@@ -0,0 +1,3 @@
|
|
+include ../../var_mac_x86.mak
|
|
+include ../../warn_clang_mac.mak
|
|
+include makefile.gcc
|
|
|
|
--- /dev/null
|
|
+++ CPP/7zip/var_mac_x86.mak
|
|
@@ -0,0 +1,11 @@
|
|
+PLATFORM=x86
|
|
+O=b/m_$(PLATFORM)
|
|
+IS_X64=
|
|
+IS_X86=1
|
|
+IS_ARM64=
|
|
+CROSS_COMPILE=
|
|
+MY_ARCH=-arch i386
|
|
+USE_ASM=
|
|
+CC=$(CROSS_COMPILE)clang
|
|
+CXX=$(CROSS_COMPILE)clang++
|
|
+USE_CLANG=1
|