]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libdecnumber/configure
Merge config/ changes from GCC, to enable DFP on AArch64
[thirdparty/binutils-gdb.git] / libdecnumber / configure
index 14c103a07184d56d831391933a8ead07abe613d1..87f3bd5e45711bdeae006264a251791930c02938 100755 (executable)
@@ -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
        ;;
       *)