diff mbox series

[RS6000] gcc/configure typo fix

Message ID 20200930044312.GE15011@bubble.grove.modra.org
State New
Headers show
Series [RS6000] gcc/configure typo fix | expand

Commit Message

Alan Modra Sept. 30, 2020, 4:43 a.m. UTC
Committed as obvious.

	* configure.ac (--with-long-double-format): Typo fix.
	* configure: Regenerate.
diff mbox series

Patch

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