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
This commit is contained in:
parent
d41cd173e2
commit
1c686aa4be
8 changed files with 21 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2018-06-08 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* bootstrap-mpx.mk: Remove.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2018-07-05 James Clarke <jrtc27@jrtc27.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2018-07-05 Carl Love <cel@us.ibm.com>
|
||||
|
||||
* config/rs6000/rs6000-c.c: Map ALTIVEC_BUILTIN_VEC_UNPACKH for
|
||||
|
|
2
gcc/configure
vendored
2
gcc/configure
vendored
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2018-07-05 James Clarke <jrtc27@jrtc27.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2018-02-19 Martin Liska <mliska@suse.cz>
|
||||
|
||||
PR c/81272
|
||||
|
|
2
libdecnumber/configure
vendored
2
libdecnumber/configure
vendored
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2018-07-05 James Clarke <jrtc27@jrtc27.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
||||
2018-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* Makefile.in (install_leaf): Use enable_gcov instead of
|
||||
|
|
2
libgcc/configure
vendored
2
libgcc/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue