From afd82c104b1038572ed4d473a0b5f6e2c778fa01 Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Wed, 9 Mar 2022 14:27:10 +0000 Subject: aarch64: Enable DFP (Decimal Floating-point) (BID format) This patch enables DFP support on aarch64, by updating config/dfp.m4 and regenerating the involved configure scripts. We enable the BID format. 2022-03-31 Christophe Lyon config/ * dfp.m4: Add aarch64 support. gcc/ * configure: Regenerate. libdecnumber/ * configure: Regenerate. libgcc/ * configure: Regenerate. --- libgcc/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgcc') diff --git a/libgcc/configure b/libgcc/configure index 1f9b2ac..61f3ace 100755 --- a/libgcc/configure +++ b/libgcc/configure @@ -4771,6 +4771,7 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;; else case $host 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* | \ @@ -4791,7 +4792,7 @@ fi case x$enable_decimal_float in xyes) case $host in - i?86*-*-* | x86_64*-*-*) + aarch64* | i?86*-*-* | x86_64*-*-*) enable_decimal_float=bid ;; *) -- cgit v1.1