aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 10:12:43 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-17 10:12:43 +0000
commited06295d0c12919d10f653e42d6f3dc44f82c870 (patch)
tree2bac7e08d304b1eb0af910d9be4a563dbcb44260 /Makefile
parent1fe4d3a41f45160bb6a8e1b7e8f5ccc0d5f19ed4 (diff)
these linker flags apply to both cygwin and mingw32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89369 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d04c42d56..121b2488e 100644
--- a/Makefile
+++ b/Makefile
@@ -277,7 +277,7 @@ ifeq ($(OSARCH),SunOS)
SOLINK=-shared -fpic -L/usr/local/ssl/lib
endif
-ifeq ($(OSARCH),mingw32)
+ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
SOLINK=-Xlinker -r
endif