You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2008/02/28 18:38:26 UTC

svn commit: r632069 - /stdcxx/trunk/etc/config/gcc.config

Author: faridz
Date: Thu Feb 28 09:38:20 2008
New Revision: 632069

URL: http://svn.apache.org/viewvc?rev=632069&view=rev
Log:
2008-02-28  Farid Zaripov  <fa...@epam.com>

	* etc/config/gcc.config [CYGWIN]: Force .exe suffix for the executables.

Modified:
    stdcxx/trunk/etc/config/gcc.config

Modified: stdcxx/trunk/etc/config/gcc.config
URL: http://svn.apache.org/viewvc/stdcxx/trunk/etc/config/gcc.config?rev=632069&r1=632068&r2=632069&view=diff
==============================================================================
--- stdcxx/trunk/etc/config/gcc.config (original)
+++ stdcxx/trunk/etc/config/gcc.config Thu Feb 28 09:38:20 2008
@@ -220,6 +220,7 @@
 
 ifneq ($(findstring CYGWIN,$(OSNAME)),)
     SHARED_SUFFIX = .dll
+    LDFLAGS += -Wl,-force-exe-suffix
 endif
 
 STATIC_CXXFLAGS =