summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.33.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.33.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.33.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.33.bb b/meta/recipes-core/glibc/glibc_2.33.bb
index ad5e2b8eb1..a1e9eb3a16 100644
--- a/meta/recipes-core/glibc/glibc_2.33.bb
+++ b/meta/recipes-core/glibc/glibc_2.33.bb
@@ -88,7 +88,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
88 88
89EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" 89EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
90 90
91EXTRA_OECONF_append_x86 = " --enable-cet" 91EXTRA_OECONF_append_x86 = " ${@bb.utils.contains_any('TUNE_FEATURES', 'i586 c3', '--disable-cet', '--enable-cet', d)}"
92EXTRA_OECONF_append_x86-64 = " --enable-cet" 92EXTRA_OECONF_append_x86-64 = " --enable-cet"
93 93
94PACKAGECONFIG ??= "nscd" 94PACKAGECONFIG ??= "nscd"