powerpc64le: Fix typo in configure
authorAnton Blanchard <anton@ozlabs.org>
Tue, 6 Jul 2021 10:19:36 +0000 (20:19 +1000)
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Fri, 9 Jul 2021 00:59:28 +0000 (21:59 -0300)
The configure script checks for -mlong-double-128 but mentions -mlongdouble
when it fails.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/powerpc/powerpc64/le/configure
sysdeps/powerpc/powerpc64/le/configure.ac

index 98a4889..35950a6 100644 (file)
@@ -114,7 +114,7 @@ fi
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_compiler_powerpc64le_ldbl128_mabi" >&5
 $as_echo "$libc_cv_compiler_powerpc64le_ldbl128_mabi" >&6; }
 if test "$libc_cv_compiler_powerpc64le_ldbl128_mabi" == "no"; then :
-  critic_missing="$critic_missing The compiler must support -mabi=ieeelongdouble and -mlongdouble simultaneously."
+  critic_missing="$critic_missing The compiler must support -mabi=ieeelongdouble and -mlong-double-128 simultaneously."
 fi
 
 for ac_prog in $OBJCOPY
index 769c067..9f0423e 100644 (file)
@@ -64,7 +64,7 @@ long double x;
                  [libc_cv_compiler_powerpc64le_ldbl128_mabi=no])
 CFLAGS="$save_CFLAGS"])
 AS_IF([test "$libc_cv_compiler_powerpc64le_ldbl128_mabi" == "no"],
-      [critic_missing="$critic_missing The compiler must support -mabi=ieeelongdouble and -mlongdouble simultaneously."])
+      [critic_missing="$critic_missing The compiler must support -mabi=ieeelongdouble and -mlong-double-128 simultaneously."])
 
 dnl objcopy (binutils) 2.26 or newer required to support the --update-section
 dnl feature for fixing up .gnu.attribute section with IEEE ldbl.