diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-10-31 17:16:41 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-10-31 17:16:41 +0000 |
commit | 0b4d000cc4e8e77c823e43fb547aa5e3a7247e87 (patch) | |
tree | 1a232cb3de702667994cf46038dba17206550285 /config | |
parent | b555fb21f98143582541e1a3bf58695037ca617b (diff) | |
download | gdb-0b4d000cc4e8e77c823e43fb547aa5e3a7247e87.zip gdb-0b4d000cc4e8e77c823e43fb547aa5e3a7247e87.tar.gz gdb-0b4d000cc4e8e77c823e43fb547aa5e3a7247e87.tar.bz2 |
Merge config/ changes from GCC.
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.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 10 | ||||
-rw-r--r-- | config/dfp.m4 | 2 | ||||
-rw-r--r-- | config/multi.m4 | 3 |
3 files changed, 13 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 6e30188..b7f81e3 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,16 @@ 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. diff --git a/config/dfp.m4 b/config/dfp.m4 index 5b29089..a137dde 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/config/multi.m4 b/config/multi.m4 index bba338a..10680a5 100644 --- a/config/multi.m4 +++ b/config/multi.m4 @@ -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 |