Merge config/ changes from GCC, to enable DFP on AArch64

2022-04-28  Christophe Lyon  <christophe.lyon@arm.com>

	config/
	* dfp.m4 (enable_decimal_float): Enable BID for AArch64.

	libdecnumber/
	* configure: Regenerate.
This commit is contained in:
Christophe Lyon
2022-04-27 16:32:42 +01:00
parent be38442dda
commit a55dfbb9ab
2 changed files with 22 additions and 2 deletions

View File

@@ -4761,6 +4761,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;;
else
case $target in
aarch64* | \
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
i?86*-*-elfiamcu | i?86*-*-gnu* | x86_64*-*-gnu* | \
i?86*-*-mingw* | x86_64*-*-mingw* | \
@@ -4781,7 +4782,7 @@ fi
case x$enable_decimal_float in
xyes)
case $target in
i?86*-*-* | x86_64*-*-*)
aarch64* | i?86*-*-* | x86_64*-*-*)
enable_decimal_float=bid
;;
*)