diff options
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config.host | 2 |
2 files changed, 7 insertions, 1 deletions
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 <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'. 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 ;; |