summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorEarl Chew <earl_chew@agilent.com>2005-03-07 22:42:42 +0000
committerDavid Billinghurst <billingd@gcc.gnu.org>2005-03-07 22:42:42 +0000
commit5fa09df40239511f4d688af53999322106e8934b (patch)
tree21379c1c596b36973b67129132955861a43b722e /gcc/config.host
parentcff001b2e843de422ba2a67b9049b558709a91dd (diff)
downloadgcc-5fa09df40239511f4d688af53999322106e8934b.tar.gz
host-cygwin.c: New file to support precompiled headers on cygwin
2005-03-08 Earl Chew <earl_chew@agilent.com> David Billinghurst <David.Billinghurst@riotinto.com> * config/i386/host-cygwin.c: New file to support precompiled headers on cygwin * config/i386/x-cygwin: Use host-cygwin.c on cygwin host * config.host: Use above files for cygwin host. Co-Authored-By: David Billinghurst <David.Billinghurst@riotinto.com> From-SVN: r96050
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 9024ec1c5e8..cb1e9a6058b 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -146,6 +146,8 @@ 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_exeext=.exe
;;
i[34567]86-*-mingw32*)