Commit e8930cc1 by Kai Tietz Committed by Kai Tietz

config.gcc: Add for x86_64-*-mingw* the t-crtfm to tbuild.

2008-04-02  Kai Tietz  <kai.tietz@onevision.com>

	* config.gcc: Add for x86_64-*-mingw* the t-crtfm to tbuild.

From-SVN: r133824
parent ad424a85
2008-04-02 Kai Tietz <kai.tietz@onevision.com>
* config.gcc: Add for x86_64-*-mingw* the t-crtfm to tbuild.
2008-04-02 Richard Guenther <rguenther@suse.de> 2008-04-02 Richard Guenther <rguenther@suse.de>
* tree-vrp.c (extract_range_from_assert): Make sure to not * tree-vrp.c (extract_range_from_assert): Make sure to not
......
...@@ -1379,7 +1379,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*) ...@@ -1379,7 +1379,7 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*)
thread_file='posix' thread_file='posix'
fi fi
;; ;;
i[34567]86-*-mingw32* | x86_64-*-mingw32*) i[34567]86-*-mingw* | x86_64-*-mingw*)
tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h" tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h"
xm_file=i386/xm-mingw32.h xm_file=i386/xm-mingw32.h
tmake_file="i386/t-cygming i386/t-mingw32" tmake_file="i386/t-cygming i386/t-mingw32"
...@@ -1396,10 +1396,17 @@ i[34567]86-*-mingw32* | x86_64-*-mingw32*) ...@@ -1396,10 +1396,17 @@ i[34567]86-*-mingw32* | x86_64-*-mingw32*)
;; ;;
esac esac
case ${target} in case ${target} in
*mingw32crt*) x86_64-*-mingw*)
tm_file="${tm_file} i386/crtdll.h" tmake_file="${tmake_file} i386/t-crtfm"
;; ;;
*mingw32msv* | *mingw32*) *)
;;
esac
case ${target} in
*mingw32crt*)
tm_file="${tm_file} i386/crtdll.h"
;;
*mingw32msv* | *mingw*)
;; ;;
esac esac
;; ;;
......
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