From: Adhemerval Zanella Date: Tue, 6 Dec 2022 16:47:47 +0000 (-0300) Subject: x86_64: State assembler is being tested on sysdeps/x86/configure X-Git-Tag: glibc-2.37~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6083717c1df492d1276b302180df0dcdddb4cf;p=thirdparty%2Fglibc.git x86_64: State assembler is being tested on sysdeps/x86/configure --- diff --git a/sysdeps/x86/configure b/sysdeps/x86/configure index f80fedd9dd2..6135b17652a 100644 --- a/sysdeps/x86/configure +++ b/sysdeps/x86/configure @@ -33,8 +33,8 @@ $as_echo "$libc_cv_x86_cet_available" >&6; } fi if test $enable_cet != no; then # Check if assembler supports CET. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports CET" >&5 -$as_echo_n "checking whether compiler supports CET... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether assembler supports CET" >&5 +$as_echo_n "checking whether assembler supports CET... " >&6; } if ${libc_cv_x86_cet_as+:} false; then : $as_echo_n "(cached) " >&6 else diff --git a/sysdeps/x86/configure.ac b/sysdeps/x86/configure.ac index ac55dc674a2..c854bc74ca0 100644 --- a/sysdeps/x86/configure.ac +++ b/sysdeps/x86/configure.ac @@ -22,7 +22,7 @@ EOF fi if test $enable_cet != no; then # Check if assembler supports CET. - AC_CACHE_CHECK(whether compiler supports CET, + AC_CACHE_CHECK(whether assembler supports CET, libc_cv_x86_cet_as, [dnl cat > conftest.s <