Merge config/ changes from GCC.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 31 Oct 2018 17:16:41 +0000 (17:16 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 31 Oct 2018 17:16:41 +0000 (17:16 +0000)
config:
Merge from GCC:
2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>

* multi.m4: Set GDC.

2018-07-05  James Clarke  <jrtc27@jrtc27.com>

* dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to
catch x86_64 kFreeBSD and Hurd.

libdecnumber:
* configure: Regenerate.

zlib:
* configure: Regenerate.

config/ChangeLog
config/dfp.m4
config/multi.m4
libdecnumber/ChangeLog
libdecnumber/configure
zlib/ChangeLog.bin-gdb
zlib/configure

index 6e30188b9f426389bc05120e73c7ddcb1725ed56..b7f81e3b6ac7d9f2ed4f3835049c3cb0024963ed 100644 (file)
@@ -1,5 +1,15 @@
 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
 
+       Merge from GCC:
+       2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * multi.m4: Set GDC.
+
+       2018-07-05  James Clarke  <jrtc27@jrtc27.com>
+
+       * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to
+       catch x86_64 kFreeBSD and Hurd.
+
        Merge from GCC:
        PR bootstrap/82856
        * math.m4, tls.m4: Use AC_LANG_SOURCE.
index 5b29089cec50a529413429bd974d4c999a176ab7..a137ddebf8cde1c5329de78fc51b15081d399837 100644 (file)
@@ -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
index bba338a8265feb84316497ce4cc67927f170d216..10680a5b32bf0f619eb66a94c948de7a340af47a 100644 (file)
@@ -64,4 +64,5 @@ multi_basedir="$multi_basedir"
 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 CC="$CC"
 CXX="$CXX"
-GFORTRAN="$GFORTRAN"])])dnl
+GFORTRAN="$GFORTRAN"
+GDC="$GDC"])])dnl
index 950cde5e27d1f94d5b2bfe927d7bcd7a2bddaeba..58be97d5241ac4505656beb7ef838d4d232d3f28 100644 (file)
@@ -1,3 +1,7 @@
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure: Regenerate.
+
 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
 
        * configure.ac: Remove AC_PREREQ.
index e324267457423661a45654eee3b69759367f4c76..6e672c785ee9494afaf38caa56230bf1e198d5b8 100755 (executable)
@@ -4765,7 +4765,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
index f113fc6a229ac5f8d1f072136f7a959ea0c5f743..2b48b0211fc2e8d4414d157b53b7c9aa3e5ec054 100644 (file)
@@ -1,5 +1,7 @@
 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
 
+       * configure: Regenerate.
+
        Merge from GCC.
        PR bootstrap/82856
        * Makefile.am: Include multilib.am.
index 5e1e1bb767da9fbbf925a3a74bc379040f121196..041cbdbf7156807de5a57eb2b7a4972c0285cf18 100755 (executable)
@@ -12228,6 +12228,7 @@ CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 CC="$CC"
 CXX="$CXX"
 GFORTRAN="$GFORTRAN"
+GDC="$GDC"
 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
 
This page took 0.036667 seconds and 4 git commands to generate.