summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-22 11:26:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-24 15:46:19 +0000
commit292ffc1f8cc06d0667c1bba542d0b23da519e5c1 (patch)
tree805675fc43680e5c02c9c34c12920b79637ff034 /meta/recipes-core/glibc
parent3adac25f899054b7d1d8c14458a1a4cd310abbd7 (diff)
downloadpoky-292ffc1f8cc06d0667c1bba542d0b23da519e5c1.tar.gz
glibc: Do not enable CET on 32bit x86
Support has been removed from 2.39+ see [1] [1] https://sourceware.org/git/?p=glibc.git;a=commit;h=25f1e16ef03a6a8fb1701c4647d46c564480d88c (From OE-Core rev: 63925be1c40aee0baeebd5bf6fdfafed18200b5f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.38.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.38.bb b/meta/recipes-core/glibc/glibc_2.38.bb
index 32ccb888f0..417f0c8bd0 100644
--- a/meta/recipes-core/glibc/glibc_2.38.bb
+++ b/meta/recipes-core/glibc/glibc_2.38.bb
@@ -83,7 +83,6 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
83 83
84EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" 84EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
85 85
86EXTRA_OECONF:append:x86 = " ${@bb.utils.contains_any('TUNE_FEATURES', 'i586 c3', '--disable-cet', '--enable-cet', d)}"
87EXTRA_OECONF:append:x86-64 = " --enable-cet" 86EXTRA_OECONF:append:x86-64 = " --enable-cet"
88 87
89PACKAGECONFIG ??= "nscd memory-tagging" 88PACKAGECONFIG ??= "nscd memory-tagging"