diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-06 13:47:47 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2022-12-06 13:47:47 -0300 |
commit | 8d6083717c1df492d1276b302180df0dcdddb4cf (patch) | |
tree | 567b835bd931539d7cfa536473b83507e487cd9c /sysdeps/x86/configure | |
parent | 2b0da5028dc85421dae2bbe67727b896569c814f (diff) | |
download | glibc-8d6083717c1df492d1276b302180df0dcdddb4cf.tar.gz |
x86_64: State assembler is being tested on sysdeps/x86/configure
Diffstat (limited to 'sysdeps/x86/configure')
-rw-r--r-- | sysdeps/x86/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86/configure b/sysdeps/x86/configure index f80fedd9dd..6135b17652 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 |