OSDN Git Service

2006-05-13 Richard Guenther <rguenther@suse.de>
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 May 2006 03:49:50 +0000 (03:49 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 May 2006 03:49:50 +0000 (03:49 +0000)
* 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

gcc/ChangeLog
gcc/config.host

index e5c7050..329acdc 100644 (file)
@@ -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
index b0925a2..be5ac82 100644 (file)
@@ -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*)