summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authordannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-16 03:14:00 +0000
committerdannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-16 03:14:00 +0000
commitc0af15194ebe49449614d0529b932f019dff6a79 (patch)
tree542a8e46cdf200f403571af3098d7ca1770ac953 /gcc/config.host
parent0055dbde03a67ec94ab0bbe6ab874762cbcf62eb (diff)
downloadgcc-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.host2
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
;;