diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-01-05 10:41:03 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-01-09 13:55:51 -0300 |
commit | a0cfc48e8a67506e3f0b2d3ea5e04b45408b3683 (patch) | |
tree | 3519bb0197c69bbbefbb5d611b11c03e87a1187d /manual | |
parent | 25f1e16ef03a6a8fb1701c4647d46c564480d88c (diff) | |
download | glibc-a0cfc48e8a67506e3f0b2d3ea5e04b45408b3683.zip glibc-a0cfc48e8a67506e3f0b2d3ea5e04b45408b3683.tar.gz glibc-a0cfc48e8a67506e3f0b2d3ea5e04b45408b3683.tar.bz2 |
i386: Fail if configured with --enable-cet
Since it is only supported for x86_64.
Checked on i686-linux-gnu.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/install.texi b/manual/install.texi index 9e98a6f..a9aed91 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -175,8 +175,7 @@ enabled shared library in CET enabled application. With @option{--enable-cet=permissive}, CET is disabled when dlopening a non CET enabled shared library in CET enabled application. -NOTE: @option{--enable-cet} has been tested for x86_64 and x32 -on non-CET and CET processors. +NOTE: @option{--enable-cet} is only supported on x86_64 and x32. @item --enable-memory-tagging Enable memory tagging support if the architecture supports it. When |