diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-27 21:59:10 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-27 21:59:10 +0000 |
commit | 45d13ef4d755778aba78157a962f49f6fd1eeb98 (patch) | |
tree | c00991b25b53ebe504c64f393cb0bca4c7c2acc2 /libgcc/configure | |
parent | 10b0ba240bd06a71ff3c259e6e99858712f000a1 (diff) | |
download | gcc-45d13ef4d755778aba78157a962f49f6fd1eeb98.tar.gz |
2013-03-27 Kai Tietz <ktietz@redhat.com>
* config.host: Add support for cygwin x64 target.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/configure')
-rw-r--r-- | libgcc/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libgcc/configure b/libgcc/configure index 1425df6c0de..bb36889ae56 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -2228,7 +2228,9 @@ case "${host}" in hppa*64*-*-hpux*) # PIC is the default for 64-bit PA HP-UX. ;; - i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*) + i[34567]86-*-cygwin* | x86_64-*-cygwin*) + ;; + i[34567]86-*-mingw* | x86_64-*-mingw*) ;; i[34567]86-*-interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. @@ -4078,7 +4080,7 @@ else powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ i?86*-*-gnu* | \ i?86*-*-mingw* | x86_64*-*-mingw* | \ - i?86*-*-cygwin*) + i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes ;; *) |