From 2102802062c79ec73a99143d9daab7174b4b12fe Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Tue, 16 May 2006 03:14:00 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ gcc/config.host | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a92d553d35e..fc93eff4614 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-05-16 Danny Smith + + PR target/27599 + * config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to + host_xmake_file. + 2006-05-16 Ben Elliston * tree-cfg.c (split_edge_bb_loc): Remove unused variable `src'. diff --git a/gcc/config.host b/gcc/config.host index be5ac82ae91..64d3dbcabb0 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -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 ;; -- 2.30.2