From 1a1f9a53346dfa13c0c84adfc5ce4afcc45797a7 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 21 Sep 2006 16:09:31 +0000 Subject: Merged revisions 43405 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43405 | kpfleming | 2006-09-21 11:08:03 -0500 (Thu, 21 Sep 2006) | 2 lines remove this change... it requires binutils 2.17 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43406 f38db490-d61c-443f-a65b-d21fe96a405b --- main/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/Makefile') diff --git a/main/Makefile b/main/Makefile index 68d564941..da2197f9b 100644 --- a/main/Makefile +++ b/main/Makefile @@ -63,7 +63,7 @@ ifneq ($(findstring darwin,$(OSARCH)),) else # These are used for all but Darwin ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),) - ASTLINK+=-Wl,--export-dynamic -Wl,--exclude-libs -Wl,ALL + ASTLINK+=-Wl,--export-dynamic else ASTLINK+=${GC_LDFLAGS} endif -- cgit v1.2.3