]> git.ipfire.org Git - thirdparty/glibc.git/commit - INSTALL
i386: Ignore --enable-cet
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 3 Jan 2024 20:09:23 +0000 (12:09 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 4 Jan 2024 14:08:55 +0000 (06:08 -0800)
commitbbfb54930cdd85269504a34b362e77a3ac2a207a
tree1e6790858eae27d2762760ca2a3315db2afa8f17
parent0d4a2f3576ebd92ca0001645a533bf70289f264e
i386: Ignore --enable-cet

Since shadow stack is only supported for x86-64, ignore --enable-cet for
i386.  Always setting $(enable-cet) for i386 to "no" to support

ifneq ($(enable-cet),no)

in x86 Makefiles.  We can't use

ifeq ($(enable-cet),yes)

since $(enable-cet) can be "yes", "no" or "permissive".
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
INSTALL
NEWS
manual/install.texi
sysdeps/i386/configure
sysdeps/i386/configure.ac
sysdeps/x86/configure
sysdeps/x86/configure.ac
sysdeps/x86_64/configure
sysdeps/x86_64/configure.ac