gcc/configure typo fix

* configure.ac (--with-long-double-format): Typo fix.
	* configure: Regenerate.
This commit is contained in:
Alan Modra 2020-09-28 15:00:35 +09:30
parent ac001f5ce6
commit de2c1d00f2
2 changed files with 2 additions and 2 deletions

2
gcc/configure vendored
View file

@ -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=""
;;

View 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=""
;;