]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc: Separate cases for mingw and cygwin targets, and add 64-bit cygwin target...
authorKai Tietz <ktietz@redhat.com>
Fri, 13 Sep 2013 06:44:31 +0000 (08:44 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Fri, 13 Sep 2013 06:44:31 +0000 (08:44 +0200)
* config.gcc: Separate cases for mingw and cygwin targets,
and add 64-bit cygwin target case.

From-SVN: r202556

gcc/ChangeLog
gcc/config.gcc

index 65170206a285ca71c0878f325d1ce9c0229e966b..d37e4931dfdf9f4627d92a402388c86a2b81738e 100644 (file)
@@ -1,5 +1,8 @@
 2013-09-13  Kai Tietz  <ktietz@redhat.com>
 
+       * config.gcc: Separate cases for mingw and cygwin targets,
+       and add 64-bit cygwin target case.
+
        * config/i386/winnt-cxx.c (i386_pe_type_dllexport_p): Don't
        dll-export inline-functions.
        * config/i386/winnt.c (i386_pe_determine_dllexport_p): Likewise.
index f56f738d8ee8029b78dff204cf5c1df03854881d..c8a3a4e19d0b4f3fb0f989c0b1437bfaa1903247 100644 (file)
@@ -3865,7 +3865,9 @@ case ${target} in
                ;;
        i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*)
                ;;
-       i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*)
+       i[34567]86-*-cygwin* | x86_64-*-cygwin*)
+               ;;
+       i[34567]86-*-mingw* | x86_64-*-mingw*)
                ;;
        i[34567]86-*-freebsd* | x86_64-*-freebsd*)
                ;;