From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1827) id 8F1FD3982CBB; Fri, 9 Jul 2021 01:01:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F1FD3982CBB Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tulio Magno Quites Machado Filho To: glibc-cvs@sourceware.org Subject: [glibc] powerpc64le: Fix typo in configure X-Act-Checkin: glibc X-Git-Author: Anton Blanchard X-Git-Refname: refs/heads/master X-Git-Oldrev: 20f0491c675c19add0b4f44fce960d65eb44ef9b X-Git-Newrev: 01d780628278972cfa3630feeb74d7861b0fd5fc Message-Id: <20210709010107.8F1FD3982CBB@sourceware.org> Date: Fri, 9 Jul 2021 01:01:07 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2021 01:01:07 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=01d780628278972cfa3630feeb74d7861b0fd5fc commit 01d780628278972cfa3630feeb74d7861b0fd5fc Author: Anton Blanchard Date: Tue Jul 6 20:19:36 2021 +1000 powerpc64le: Fix typo in configure The configure script checks for -mlong-double-128 but mentions -mlongdouble when it fails. Reviewed-by: Adhemerval Zanella Diff: --- sysdeps/powerpc/powerpc64/le/configure | 2 +- sysdeps/powerpc/powerpc64/le/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/powerpc/powerpc64/le/configure b/sysdeps/powerpc/powerpc64/le/configure index 98a4889945..35950a6ddd 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 769c06709e..9f0423ede2 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.