re PR target/27599 (build failure on mingw)

PR target/27599
	* config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to
	host_xmake_file.

From-SVN: r113816
This commit is contained in:
Danny Smith 2006-05-16 03:14:00 +00:00 committed by Danny Smith
parent 4741d956ad
commit 2102802062
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-05-16 Danny Smith <dannysmith@users.sourceforge.net>
PR target/27599
* config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to
host_xmake_file.
2006-05-16 Ben Elliston <bje@au.ibm.com>
* tree-cfg.c (split_edge_bb_loc): Remove unused variable `src'.

View File

@ -168,7 +168,7 @@ case ${host} in
;;
i[34567]86-*-mingw32*)
host_xm_file=i386/xm-mingw32.h
host_xmake_file=i386/x-mingw32
host_xmake_file="${host_xmake_file} i386/x-mingw32"
host_exeext=.exe
out_host_hook_obj=host-mingw32.o
;;