diff options
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*) |