summaryrefslogtreecommitdiff
path: root/security/coreconf/Darwin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'security/coreconf/Darwin.mk')
-rw-r--r--security/coreconf/Darwin.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/coreconf/Darwin.mk b/security/coreconf/Darwin.mk
index e76d83865..110d89f2a 100644
--- a/security/coreconf/Darwin.mk
+++ b/security/coreconf/Darwin.mk
@@ -54,9 +54,11 @@ ifdef USE_64
CC += -arch x86_64
else
OS_REL_CFLAGS = -Di386
+CC += -arch i386
endif
else
OS_REL_CFLAGS = -Dppc
+CC += -arch ppc
endif
ifneq (,$(MACOS_SDK_DIR))