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 /NEWS | |
parent | 25f1e16ef03a6a8fb1701c4647d46c564480d88c (diff) | |
download | glibc-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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 1129f7c952..83ae627f47 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ Version 2.39 Major new features: -* Sync with Linux kernel 6.6 shadow stack interface. Since only x86-64 - is supported, --enable-cet is ignored for i386. +* Sync with Linux kernel 6.6 shadow stack interface. The --enable-cet + configure option in only supported on x86-64. * struct statvfs now has an f_type member, equal to the f_type statfs member; on the Hurd this was always available under a reserved name, |