aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 04:19:02 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 04:19:02 +0000
commit9894ab1869e492c451731d501744c7e414e859de (patch)
treea024eb61ea54ce70ba39f972cf8e63bcfda07dd4 /Makefile
parent15e6a2fe21011367a8fc35efa2756d515a7f4c44 (diff)
linker flags for mingw32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89358 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 764c166a9..d04c42d56 100644
--- a/Makefile
+++ b/Makefile
@@ -277,6 +277,10 @@ ifeq ($(OSARCH),SunOS)
SOLINK=-shared -fpic -L/usr/local/ssl/lib
endif
+ifeq ($(OSARCH),mingw32)
+ SOLINK=-Xlinker -r
+endif
+
# This is used when generating the doxygen documentation
ifneq ($(DOT),:)
HAVEDOT=yes