From 1c686aa4be2781dd377c30a013638b5289ac23ee Mon Sep 17 00:00:00 2001 From: James Clarke Date: Thu, 5 Jul 2018 19:23:29 +0000 Subject: [PATCH] dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to catch x86_64 kFreeBSD and Hurd. config/ * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to catch x86_64 kFreeBSD and Hurd. gcc/ * configure: Regenerated. libdecnumber/ * configure: Regenerated. libgcc/ * configure: Regenerated. From-SVN: r262452 --- config/ChangeLog | 5 +++++ config/dfp.m4 | 2 +- gcc/ChangeLog | 4 ++++ gcc/configure | 2 +- libdecnumber/ChangeLog | 4 ++++ libdecnumber/configure | 2 +- libgcc/ChangeLog | 4 ++++ libgcc/configure | 2 +- 8 files changed, 21 insertions(+), 4 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 8a7ee130aad..66bae696598 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2018-07-05 James Clarke + + * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to + catch x86_64 kFreeBSD and Hurd. + 2018-06-08 Martin Liska * bootstrap-mpx.mk: Remove. diff --git a/config/dfp.m4 b/config/dfp.m4 index 5b29089cec5..f9b447e1a9c 100644 --- a/config/dfp.m4 +++ b/config/dfp.m4 @@ -21,7 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; [ case $1 in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07f9ef33589..19afe834d5d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-07-05 James Clarke + + * configure: Regenerated. + 2018-07-05 Carl Love * config/rs6000/rs6000-c.c: Map ALTIVEC_BUILTIN_VEC_UNPACKH for diff --git a/gcc/configure b/gcc/configure index bfef4be3782..71256eb2bdf 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7461,7 +7461,7 @@ else case $target in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index ab463f57eba..600faae8e4b 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,7 @@ +2018-07-05 James Clarke + + * configure: Regenerated. + 2018-02-19 Martin Liska PR c/81272 diff --git a/libdecnumber/configure b/libdecnumber/configure index 4cb732e80d4..0eb6e04ffe9 100755 --- a/libdecnumber/configure +++ b/libdecnumber/configure @@ -4709,7 +4709,7 @@ else case $target in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index bd75ed2f4b0..c13bf4cb2f6 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2018-07-05 James Clarke + + * configure: Regenerated. + 2018-06-27 Rainer Orth * Makefile.in (install_leaf): Use enable_gcov instead of diff --git a/libgcc/configure b/libgcc/configure index 79068536175..6eb111de526 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -4659,7 +4659,7 @@ else case $host in powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ - i?86*-*-elfiamcu | i?86*-*-gnu* | \ + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* \ i?86*-*-mingw* | x86_64*-*-mingw* | \ i?86*-*-cygwin* | x86_64*-*-cygwin*) enable_decimal_float=yes -- 2.30.2