packaging: disabled libmvec library.
authorDongkyun, Son <dongkyun.s@samsung.com>
Wed, 31 Aug 2016 04:04:39 +0000 (13:04 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 3 May 2023 10:46:34 +0000 (19:46 +0900)
Libmvec is vector math library added in Glibc 2.22.

Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
packaging/linaro-glibc.spec

index 6f2311e..3cc8b60 100755 (executable)
@@ -125,7 +125,6 @@ Summary:        Locale Data for Localized Programs
 License:        GPL-2.0+ and MIT and LGPL-2.1+
 Requires(post): /usr/bin/cat
 Requires:       glibc = %{version}
-
 %description locale
 Locale data for the internationalisation features of the GNU C library.
 
@@ -280,6 +279,7 @@ configure_and_build_glibc() {
                --build=%{target} --host=%{target} \
 %ifarch %{ix86} x86_64 
                --enable-multi-arch \
+               --disable-mathvec \
 %endif
                --enable-kernel=%{enablekernel} \
                --enable-bind-now  --enable-obsolete-rpc \