aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 22:42:42 +0000
committerbillingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-07 22:42:42 +0000
commitc90973a7fcb93636044903661b8b582d3e715c41 (patch)
tree21379c1c596b36973b67129132955861a43b722e /gcc/config.host
parent5950527097a80cd266365ad5e1b57651f18f254d (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96050 138bc75d-0d04-0410-961f-82ee72b054a4
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*)