diff options
| -rw-r--r-- | meta/recipes-core/glibc/glibc_2.33.bb | 2 |
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 b70cd0978a..caa2e2ae18 100644 --- a/meta/recipes-core/glibc/glibc_2.33.bb +++ b/meta/recipes-core/glibc/glibc_2.33.bb | |||
| @@ -90,10 +90,10 @@ EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}" | |||
| 90 | 90 | ||
| 91 | EXTRA_OECONF_append_x86 = " --enable-cet" | 91 | EXTRA_OECONF_append_x86 = " --enable-cet" |
| 92 | EXTRA_OECONF_append_x86-64 = " --enable-cet" | 92 | EXTRA_OECONF_append_x86-64 = " --enable-cet" |
| 93 | EXTRA_OECONF_append_aarch64 = " --enable-memory-tagging" | ||
| 94 | 93 | ||
| 95 | PACKAGECONFIG ??= "nscd" | 94 | PACKAGECONFIG ??= "nscd" |
| 96 | PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" | 95 | PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd" |
| 96 | PACKAGECONFIG[memory-tagging] = "--enable-memory-tagging,--disable-memory-tagging" | ||
| 97 | 97 | ||
| 98 | do_patch_append() { | 98 | do_patch_append() { |
| 99 | bb.build.exec_func('do_fix_readlib_c', d) | 99 | bb.build.exec_func('do_fix_readlib_c', d) |
