summaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorKai Tietz <ktietz@redhat.com>2013-03-27 22:54:50 +0100
committerKai Tietz <ktietz@gcc.gnu.org>2013-03-27 22:54:50 +0100
commitb802ae5c6feccffaa98785b3a4f3e7eecd089b13 (patch)
treeb427cd629e6eecab8c62e4b8f3588776b007c4a5 /gcc/config.host
parent8fecb5614a8806df1bea0c9e99a93d28db145823 (diff)
config.build: Add support for cygwin x64 target.
* config.build: Add support for cygwin x64 target. * config.gcc: Likewise. * config.host: Likewise. * configure.ac: Likewise * configure: Regenerated. From-SVN: r197171
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.host b/gcc/config.host
index 1196ec52339..9c2a771e911 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -214,7 +214,7 @@ case ${host} in
;;
esac
;;
- i[34567]86-*-cygwin*)
+ i[34567]86-*-cygwin* | x86_64-*-cygwin*)
host_xm_file=i386/xm-cygwin.h
out_host_hook_obj=host-cygwin.o
host_xmake_file="${host_xmake_file} i386/x-cygwin"