diff options
author | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 22:42:42 +0000 |
---|---|---|
committer | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-07 22:42:42 +0000 |
commit | c90973a7fcb93636044903661b8b582d3e715c41 (patch) | |
tree | 21379c1c596b36973b67129132955861a43b722e /gcc/config.host | |
parent | 5950527097a80cd266365ad5e1b57651f18f254d (diff) | |
download | gcc-c90973a7fcb93636044903661b8b582d3e715c41.tar.gz |
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.host | 2 |
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*) |