In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/268da237d4c8792097559baa7a7581be61dc179e?hp=0be47eca054b03c9626158a6e1028a802d03b531>

- Log -----------------------------------------------------------------
commit 268da237d4c8792097559baa7a7581be61dc179e
Author: Jan Dubois <[email protected]>
Date:   Tue Jun 9 10:56:55 2015 -0700

    GCC doesn't understand the -subsystem:console option
    
    This issue was introduced in commit 269713a1
    
    Ref https://rt.perl.org/Ticket/Display.html?id=125217
-----------------------------------------------------------------------

Summary of changes:
 win32/makefile.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win32/makefile.mk b/win32/makefile.mk
index 88707eb..07ba8b6 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -684,7 +684,7 @@ LINK_FLAGS  += -subsystem:console,"5.01"
 .ENDIF
 PRIV_LINK_FLAGS        =
 
-.ELSE
+.ELIF "$(CCTYPE)" != "GCC"
 PRIV_LINK_FLAGS        = -subsystem:console
 .ENDIF
 

--
Perl5 Master Repository

Reply via email to