From: Richard Guenther Date: Sun, 14 May 2006 03:49:50 +0000 (+0000) Subject: config.host: Append i386/x-cygwin to host_xmake_file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75c3fb73f0fa18d48b931ba23f046f5f2242d20a;p=gcc.git config.host: Append i386/x-cygwin to host_xmake_file. 2006-05-13 Richard Guenther * config.host : Append i386/x-cygwin to host_xmake_file. From-SVN: r113754 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e5c70501d1b..329acdc27fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-05-13 Richard Guenther + + * config.host : Append i386/x-cygwin to + host_xmake_file. + 2006-05-13 Steven Bosscher * 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 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*)