From a7a0ca9f93b94a04af2688c1ddc4faf0b833c684 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 20 Nov 2007 07:42:38 +0000 Subject: initial makefile changes to build loadable modules under cygwin (not complete yet - still need to sort out dependecies on res_*) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89443 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7730cdf9b..538ef8e68 100644 --- a/Makefile +++ b/Makefile @@ -277,10 +277,6 @@ ifeq ($(OSARCH),SunOS) SOLINK=-shared -fpic -L/usr/local/ssl/lib endif -ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) - SOLINK=-Xlinker -r -endif - # This is used when generating the doxygen documentation ifneq ($(DOT),:) HAVEDOT=yes @@ -298,7 +294,7 @@ else endif # comment to print directories during submakes -PRINT_DIR:= --no-print-directory +PRINT_DIR?= --no-print-directory all: _all @echo " +--------- Asterisk Build Complete ---------+" -- cgit v1.2.3