From: Alan Modra Date: Mon, 28 Sep 2020 05:30:35 +0000 (+0930) Subject: gcc/configure typo fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de2c1d00f27bfaa1f917a2e3a933a45e3b8ba95a;p=gcc.git gcc/configure typo fix * configure.ac (--with-long-double-format): Typo fix. * configure: Regenerate. --- diff --git a/gcc/configure b/gcc/configure index b05a3714fb2..22fb85280d6 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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="" ;; diff --git a/gcc/configure.ac b/gcc/configure.ac index f5612161dcd..1ad5bbc6935 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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="" ;;