This is an ABI change which should be controlled at distro level
based upon hardware capability. future versions of glibc have
added checks for this which will fail if toolchain is configured
to not have sve but its not disabled explicitly.

Signed-off-by: Khem Raj <[email protected]>
---
 meta/recipes-core/glibc/glibc_2.37.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glibc/glibc_2.37.bb 
b/meta/recipes-core/glibc/glibc_2.37.bb
index 3387441cad9..ea7d62abbed 100644
--- a/meta/recipes-core/glibc/glibc_2.37.bb
+++ b/meta/recipes-core/glibc/glibc_2.37.bb
@@ -87,6 +87,7 @@ EXTRA_OECONF:append:x86-64 = " --enable-cet"
 PACKAGECONFIG ??= "nscd memory-tagging"
 PACKAGECONFIG[nscd] = "--enable-nscd,--disable-nscd"
 PACKAGECONFIG[memory-tagging] = 
"--enable-memory-tagging,--disable-memory-tagging"
+PACKAGECONFIG[sve] = "--enable-mathvec,--disable-mathvec"
 
 do_patch:append() {
     bb.build.exec_func('do_fix_readlib_c', d)
-- 
2.41.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184151): 
https://lists.openembedded.org/g/openembedded-core/message/184151
Mute This Topic: https://lists.openembedded.org/mt/100084717/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to