these linker flags apply to both cygwin and mingw32

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2007-11-17 10:12:43 +00:00
parent 91475fd3dc
commit 5914462817

View File

@@ -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