Commit 21028020 by Danny Smith Committed by Danny Smith

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
parent 4741d956
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'.
......
......@@ -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
;;
......
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