gcc/configure typo fix
authorAlan Modra <amodra@gmail.com>
Mon, 28 Sep 2020 05:30:35 +0000 (15:00 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 30 Sep 2020 03:06:52 +0000 (12:36 +0930)
* configure.ac (--with-long-double-format): Typo fix.
* configure: Regenerate.

gcc/configure
gcc/configure.ac

index b05a3714fb2b97b6dd060b7ca03fef1ce6e5ad02..22fb85280d675c357351277ec2965ef1df1e0731 100755 (executable)
@@ -29897,7 +29897,7 @@ supported if the default cpu is power7 or newer" "$LINENO" 5
        ;;
       esac
       ;;
-  xpowerpc64*-*-linux*:*)
+  powerpc64*-*-linux*:*)
     as_fn_error $? "--with-long-double-format argument should be ibm or ieee" "$LINENO" 5
     with_long_double_format=""
     ;;
index f5612161dcdc1dd720b24b0ac99dcdd7b9f14800..1ad5bbc693579223ad1e56191d0e35de0d9ed07e 100644 (file)
@@ -6260,7 +6260,7 @@ supported if the default cpu is power7 or newer])
        ;;
       esac
       ;;
-  xpowerpc64*-*-linux*:*)
+  powerpc64*-*-linux*:*)
     AC_MSG_ERROR([--with-long-double-format argument should be ibm or ieee])
     with_long_double_format=""
     ;;