diff options
| -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*) |
