aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-14 03:49:50 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2006-05-14 03:49:50 +0000
commit071ed2eb1720bf3982cc23968adaa37a325d06ac (patch)
treedca50612f515082ebe1653456dca21401d62d43c /gcc/config.host
parenta735871c84d1e4efb5ba940ce62f672732cc9da0 (diff)
2006-05-13 Richard Guenther <rguenther@suse.de>
* config.host <i[34567]86-*-cygwin*>: Append i386/x-cygwin to host_xmake_file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113754 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.host b/gcc/config.host
index b0925a2cab3..be5ac82ae91 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -1,5 +1,5 @@
# GCC host-specific configuration file.
-# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006
# Free Software Foundation, Inc.
#This file is part of GCC.
@@ -163,7 +163,7 @@ case ${host} in
i[34567]86-*-pe | i[34567]86-*-cygwin*)
host_xm_file=i386/xm-cygwin.h
out_host_hook_obj=host-cygwin.o
- host_xmake_file=i386/x-cygwin
+ host_xmake_file="${host_xmake_file} i386/x-cygwin"
host_exeext=.exe
;;
i[34567]86-*-mingw32*)