From f86fb1f9091e7e2d93742bae44ee5c6051e0ed3a Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Fri, 24 Jun 2022 16:00:00 +0800 Subject: [PATCH] add support of armv9-a Signed-off-by: Chunmei Xu --- glibc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index f26bcdc..99b7773 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 ############################################################################## # We support the following options: # --with/--without, @@ -1010,6 +1010,7 @@ rpm_inherit_flags \ "-m64" \ "-march=armv8-a+lse" \ "-march=armv8.1-a" \ + "-march=armv9-a" \ "-march=haswell" \ "-march=i686" \ "-march=x86-64" \ @@ -2057,5 +2058,8 @@ update_gconv_modules_cache () %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %changelog +* Fri Jun 24 2022 Chunmei Xu - 2.35-2 +- add support of armv9-a + * Tue Feb 22 2022 Chunmei Xu - 2.35-1 - upstream 2.35 release tarball and add patches from release/2.35/master