Commit 740f2bf3 by Kai Tietz Committed by Kai Tietz

config.gcc: Separate cases for mingw and cygwin targets, and add 64-bit cygwin target case.

	* config.gcc: Separate cases for mingw and cygwin targets,
	and add 64-bit cygwin target case.

From-SVN: r202556
parent 34f56efc
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.
......
......@@ -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*)
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment