]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cygwin.h (SHARED_LIBGCC_SPEC): Make shared libgcc the default setting.
authorDave Korn <dave.korn.cygwin@....>
Wed, 13 Mar 2013 15:17:54 +0000 (15:17 +0000)
committerDave Korn <davek@gcc.gnu.org>
Wed, 13 Mar 2013 15:17:54 +0000 (15:17 +0000)
* config/i386/cygwin.h (SHARED_LIBGCC_SPEC): Make shared libgcc the
default setting.

From-SVN: r196634

gcc/ChangeLog
gcc/config/i386/cygwin.h

index 6a6d57268d4cb16093139b646b38a05419b680da..78cccc82252418da337dedf992261dafe61d9b03 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-13  Dave Korn  <dave.korn.cygwin@....>
+
+       * config/i386/cygwin.h (SHARED_LIBGCC_SPEC): Make shared libgcc the
+       default setting.
+
 2013-03-13  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/56608
index de0a3fd3b3c952e603547ca954bdf4a10e1a327c..7f92ada9f7c086b1108afecc4b4814c1e2e76f06 100644 (file)
@@ -48,11 +48,7 @@ along with GCC; see the file COPYING3.  If not see
  %{static|static-libgcc:-lgcc -lgcc_eh} \
  %{!static: \
    %{!static-libgcc: \
-     %{!shared: \
-       %{!shared-libgcc:-lgcc -lgcc_eh} \
-       %{shared-libgcc:-lgcc_s -lgcc} \
-      } \
-     %{shared:-lgcc_s -lgcc} \
+     -lgcc_s -lgcc \
     } \
   } "
 #else