From: Michael Tremer Date: Wed, 1 Sep 2021 18:27:21 +0000 (+0000) Subject: glibc: Contrary to documentation, CET isn't supported on i586 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9647a1bf7a77190659c1bdc5ccbb8ce4ae17432;p=people%2Fms%2Fipfire-2.x.git glibc: Contrary to documentation, CET isn't supported on i586 Signed-off-by: Michael Tremer --- diff --git a/lfs/glibc b/lfs/glibc index e110d9c005..c034c4a5ae 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -73,10 +73,6 @@ ifeq "$(BUILD_ARCH)" "x86_64" EXTRA_CONFIG += --enable-cet endif -ifeq "$(BUILD_ARCH)" "i586" - EXTRA_CONFIG += --enable-cet -endif - ifeq "$(BUILD_ARCH)" "aarch64" EXTRA_CONFIG += --enable-memory-tagging endif