diff options
author | Richard Guenther <rguenther@suse.de> | 2006-05-14 03:49:50 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2006-05-14 03:49:50 +0000 |
commit | 75c3fb73f0fa18d48b931ba23f046f5f2242d20a (patch) | |
tree | dca50612f515082ebe1653456dca21401d62d43c /gcc | |
parent | 623f4a4daab20e5a6a9253926fdbf3d5974b103d (diff) | |
download | gcc-75c3fb73f0fa18d48b931ba23f046f5f2242d20a.zip gcc-75c3fb73f0fa18d48b931ba23f046f5f2242d20a.tar.gz gcc-75c3fb73f0fa18d48b931ba23f046f5f2242d20a.tar.bz2 |
config.host: Append i386/x-cygwin to host_xmake_file.
2006-05-13 Richard Guenther <rguenther@suse.de>
* config.host <i[34567]86-*-cygwin*>: Append i386/x-cygwin to
host_xmake_file.
From-SVN: r113754
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.host | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5c7050..329acdc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-05-13 Richard Guenther <rguenther@suse.de> + + * config.host <i[34567]86-*-cygwin*>: Append i386/x-cygwin to + host_xmake_file. + 2006-05-13 Steven Bosscher <stevenb.gcc@gmail.com> * df-core.c (df_bb_regno_last_use_find): Do not look for dataflow diff --git a/gcc/config.host b/gcc/config.host index b0925a2..be5ac82 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*) |