diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-16 03:14:00 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-16 03:14:00 +0000 |
commit | c0af15194ebe49449614d0529b932f019dff6a79 (patch) | |
tree | 542a8e46cdf200f403571af3098d7ca1770ac953 /gcc/config.host | |
parent | 0055dbde03a67ec94ab0bbe6ab874762cbcf62eb (diff) | |
download | gcc-c0af15194ebe49449614d0529b932f019dff6a79.tar.gz |
PR target/27599
* config.host (i[34567]86-*-mingw*): Append i386/x-mingw32 to
host_xmake_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113816 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |