GNU Binutils with patches for OS216
Revisão | 0b4d000cc4e8e77c823e43fb547aa5e3a7247e87 (tree) |
---|---|
Hora | 2018-11-01 02:16:41 |
Autor | Joseph Myers <joseph@code...> |
Commiter | Joseph Myers |
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.
@@ -1,6 +1,16 @@ | ||
1 | 1 | 2018-10-31 Joseph Myers <joseph@codesourcery.com> |
2 | 2 | |
3 | 3 | Merge from GCC: |
4 | + 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org> | |
5 | + | |
6 | + * multi.m4: Set GDC. | |
7 | + | |
8 | + 2018-07-05 James Clarke <jrtc27@jrtc27.com> | |
9 | + | |
10 | + * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to | |
11 | + catch x86_64 kFreeBSD and Hurd. | |
12 | + | |
13 | + Merge from GCC: | |
4 | 14 | PR bootstrap/82856 |
5 | 15 | * math.m4, tls.m4: Use AC_LANG_SOURCE. |
6 | 16 |
@@ -21,7 +21,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;; | ||
21 | 21 | [ |
22 | 22 | case $1 in |
23 | 23 | powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ |
24 | - i?86*-*-elfiamcu | i?86*-*-gnu* | \ | |
24 | + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \ | |
25 | 25 | i?86*-*-mingw* | x86_64*-*-mingw* | \ |
26 | 26 | i?86*-*-cygwin* | x86_64*-*-cygwin*) |
27 | 27 | enable_decimal_float=yes |
@@ -64,4 +64,5 @@ multi_basedir="$multi_basedir" | ||
64 | 64 | CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} |
65 | 65 | CC="$CC" |
66 | 66 | CXX="$CXX" |
67 | -GFORTRAN="$GFORTRAN"])])dnl | |
67 | +GFORTRAN="$GFORTRAN" | |
68 | +GDC="$GDC"])])dnl |
@@ -1,3 +1,7 @@ | ||
1 | +2018-10-31 Joseph Myers <joseph@codesourcery.com> | |
2 | + | |
3 | + * configure: Regenerate. | |
4 | + | |
1 | 5 | 2018-06-19 Simon Marchi <simon.marchi@ericsson.com> |
2 | 6 | |
3 | 7 | * configure.ac: Remove AC_PREREQ. |
@@ -4765,7 +4765,7 @@ else | ||
4765 | 4765 | |
4766 | 4766 | case $target in |
4767 | 4767 | powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ |
4768 | - i?86*-*-elfiamcu | i?86*-*-gnu* | \ | |
4768 | + i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \ | |
4769 | 4769 | i?86*-*-mingw* | x86_64*-*-mingw* | \ |
4770 | 4770 | i?86*-*-cygwin* | x86_64*-*-cygwin*) |
4771 | 4771 | enable_decimal_float=yes |
@@ -1,5 +1,7 @@ | ||
1 | 1 | 2018-10-31 Joseph Myers <joseph@codesourcery.com> |
2 | 2 | |
3 | + * configure: Regenerate. | |
4 | + | |
3 | 5 | Merge from GCC. |
4 | 6 | PR bootstrap/82856 |
5 | 7 | * Makefile.am: Include multilib.am. |
@@ -12228,6 +12228,7 @@ CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} | ||
12228 | 12228 | CC="$CC" |
12229 | 12229 | CXX="$CXX" |
12230 | 12230 | GFORTRAN="$GFORTRAN" |
12231 | +GDC="$GDC" | |
12231 | 12232 | AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
12232 | 12233 | |
12233 | 12234 |