mirror of git://sourceware.org/git/glibc.git
x86_64: State assembler is being tested on sysdeps/x86/configure
This commit is contained in:
parent
2b0da5028d
commit
8d6083717c
|
@ -33,8 +33,8 @@ $as_echo "$libc_cv_x86_cet_available" >&6; }
|
||||||
fi
|
fi
|
||||||
if test $enable_cet != no; then
|
if test $enable_cet != no; then
|
||||||
# Check if assembler supports CET.
|
# Check if assembler supports CET.
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports CET" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether assembler supports CET" >&5
|
||||||
$as_echo_n "checking whether compiler supports CET... " >&6; }
|
$as_echo_n "checking whether assembler supports CET... " >&6; }
|
||||||
if ${libc_cv_x86_cet_as+:} false; then :
|
if ${libc_cv_x86_cet_as+:} false; then :
|
||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
|
|
|
@ -22,7 +22,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
if test $enable_cet != no; then
|
if test $enable_cet != no; then
|
||||||
# Check if assembler supports CET.
|
# 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
|
libc_cv_x86_cet_as, [dnl
|
||||||
cat > conftest.s <<EOF
|
cat > conftest.s <<EOF
|
||||||
incsspd %ecx
|
incsspd %ecx
|
||||||
|
|
Loading…
Reference in New Issue