From cf5263c6b9bce8809aacab51a3d875d8dc7a1e5f Mon Sep 17 00:00:00 2001 From: tilghman Date: Sun, 30 Aug 2009 22:10:35 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3