about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-01-05 10:41:03 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-01-09 13:55:51 -0300
commita0cfc48e8a67506e3f0b2d3ea5e04b45408b3683 (patch)
tree3519bb0197c69bbbefbb5d611b11c03e87a1187d /INSTALL
parent25f1e16ef03a6a8fb1701c4647d46c564480d88c (diff)
downloadglibc-a0cfc48e8a67506e3f0b2d3ea5e04b45408b3683.tar.gz
glibc-a0cfc48e8a67506e3f0b2d3ea5e04b45408b3683.tar.xz
glibc-a0cfc48e8a67506e3f0b2d3ea5e04b45408b3683.zip
i386: Fail if configured with --enable-cet
Since it is only supported for x86_64.

Checked on i686-linux-gnu.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ef52d749ff..f0a891a9e0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -147,8 +147,7 @@ if ‘CFLAGS’ is specified it must enable optimization.  For example:
      ‘--enable-cet=permissive’, CET is disabled when dlopening a non CET
      enabled shared library in CET enabled application.
 
-     NOTE: ‘--enable-cet’ has been tested for x86_64 and x32 on non-CET
-     and CET processors.
+     NOTE: ‘--enable-cet’ is only supported on x86_64 and x32.
 
 ‘--enable-memory-tagging’
      Enable memory tagging support if the architecture supports it.