aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Blanchard <anton@ozlabs.org>2021-07-06 20:19:36 +1000
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2021-07-08 21:59:28 -0300
commit01d780628278972cfa3630feeb74d7861b0fd5fc (patch)
tree2079b05a82d0871f8b38a8143884f64de2eb1eda
parent20f0491c675c19add0b4f44fce960d65eb44ef9b (diff)
downloadglibc-01d780628278972cfa3630feeb74d7861b0fd5fc.zip
glibc-01d780628278972cfa3630feeb74d7861b0fd5fc.tar.gz
glibc-01d780628278972cfa3630feeb74d7861b0fd5fc.tar.bz2
powerpc64le: Fix typo in configure
The configure script checks for -mlong-double-128 but mentions -mlongdouble when it fails. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r--sysdeps/powerpc/powerpc64/le/configure2
-rw-r--r--sysdeps/powerpc/powerpc64/le/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc64/le/configure b/sysdeps/powerpc/powerpc64/le/configure
index 98a4889..35950a6 100644
--- a/sysdeps/powerpc/powerpc64/le/configure
+++ b/sysdeps/powerpc/powerpc64/le/configure
@@ -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
diff --git a/sysdeps/powerpc/powerpc64/le/configure.ac b/sysdeps/powerpc/powerpc64/le/configure.ac
index 769c067..9f0423e 100644
--- a/sysdeps/powerpc/powerpc64/le/configure.ac
+++ b/sysdeps/powerpc/powerpc64/le/configure.ac
@@ -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.