From 1c686aa4be2781dd377c30a013638b5289ac23ee Mon Sep 17 00:00:00 2001 From: James Clarke Date: Thu, 5 Jul 2018 19:23:29 +0000 Subject: 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 --- gcc/ChangeLog | 4 ++++ gcc/configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07f9ef3..19afe83 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 bfef4be..71256eb 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 -- cgit v1.1