diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-27 21:54:50 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-27 21:54:50 +0000 |
commit | 8f3115a2a840e3e450584a30911b18572add1a89 (patch) | |
tree | b427cd629e6eecab8c62e4b8f3588776b007c4a5 /gcc/config.host | |
parent | b0b82c407665672e142eb5c9f2d676e777aa1796 (diff) | |
download | gcc-8f3115a2a840e3e450584a30911b18572add1a89.tar.gz |
* config.build: Add support for cygwin x64 target.
* config.gcc: Likewise.
* config.host: Likewise.
* configure.ac: Likewise
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197171 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 2 |
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" |