aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 16:08:03 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 16:08:03 +0000
commitb9fa06a1a3d48942d2a8c89cc3571728061805be (patch)
tree9fc608fbfd3f1a700f0253fb2e6e71db5954cee3
parenta8ec41ba28c6bd48bcf80d263839ad6db97a5073 (diff)
remove this change... it requires binutils 2.17
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43405 f38db490-d61c-443f-a65b-d21fe96a405b
-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