INSTALL: Fix typo ibmlondouble to ibmlongdouble

Message ID 20230713194917.2368340-1-josimmon@redhat.com
State New
Headers
Series INSTALL: Fix typo ibmlondouble to ibmlongdouble |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
redhat-pt-bot/TryBot-32bit success Build for i686
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Testing passed

Commit Message

Joe Simmons-Talbott July 13, 2023, 7:49 p.m. UTC
  ---
On my system I cannot regenerate INSTALL without there being a really
big diff so I didn't include that in this patch.  Perhaps it's an issue
with my locale settings or my version of makeinfo (6.8).  Feel free to
make this change yourself if you're able to regenerate the INSTALL file
without issue or make a suggestion as to how I can successfully do it.

 manual/install.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/manual/install.texi b/manual/install.texi
index e9c66ba499..bba67156a3 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -531,7 +531,7 @@  release time, GCC 13.0 is the newest compiler verified to work to build
 
 For PowerPC 64-bits little-endian (powerpc64le), a GCC version with support
 for @option{-mno-gnu-attribute}, @option{-mabi=ieeelongdouble}, and
-@option{-mabi=ibmlondouble} is required.  Likewise, the compiler must also
+@option{-mabi=ibmlongdouble} is required.  Likewise, the compiler must also
 support passing @option{-mlong-double-128} with the preceding options.  As
 of release, this implies GCC 7.4 and newer (excepting GCC 7.5.0, see GCC
 PR94200).  These additional features are required for building the GNU C