aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-30 22:10:35 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-30 22:10:35 +0000
commitcf5263c6b9bce8809aacab51a3d875d8dc7a1e5f (patch)
tree1962c4c2802a7a68a2f37febe5d47297c3d8a8a5 /Makefile
parent336a05fe3af3ad3a65636df8cee7385e4a991c2f (diff)
Force Darwin on ppc platforms to compile with a target level that supports aliasing.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@214898 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d4020838..0aa27e706 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ MOD_SUBDIRS_MENUSELECT_TREE:=$(MOD_SUBDIRS:%=%-menuselect-tree)
ifneq ($(findstring darwin,$(OSARCH)),)
_ASTCFLAGS+=-D__Darwin__
- SOLINK=-bundle -undefined suppress -force_flat_namespace
+ SOLINK=-bundle -Xlinker -macosx_version_min -Xlinker 10.4 -Xlinker -undefined -Xlinker dynamic_lookup -force_flat_namespace
else
# These are used for all but Darwin
SOLINK=-shared