aboutsummaryrefslogtreecommitdiffstats
path: root/main/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 16:09:31 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 16:09:31 +0000
commit1a1f9a53346dfa13c0c84adfc5ce4afcc45797a7 (patch)
tree9fc608fbfd3f1a700f0253fb2e6e71db5954cee3 /main/Makefile
parent579027698e5821d83e45e24a20ee7e1b70ea36fc (diff)
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
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile2
1 files changed, 1 insertions, 1 deletions
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