* config.gcc: Separate cases for mingw and cygwin targets,
and add 64-bit cygwin target case.
From-SVN: r202556
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.
;;
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*)
;;