add support of armv9-a

Signed-off-by: Chunmei Xu <xuchunmei@linux.alibaba.com>
This commit is contained in:
Chunmei Xu 2022-06-24 16:00:00 +08:00
parent c72de9c3c7
commit f86fb1f909

View file

@ -1,4 +1,4 @@
%define anolis_release 1 %define anolis_release 2
############################################################################## ##############################################################################
# We support the following options: # We support the following options:
# --with/--without, # --with/--without,
@ -1010,6 +1010,7 @@ rpm_inherit_flags \
"-m64" \ "-m64" \
"-march=armv8-a+lse" \ "-march=armv8-a+lse" \
"-march=armv8.1-a" \ "-march=armv8.1-a" \
"-march=armv9-a" \
"-march=haswell" \ "-march=haswell" \
"-march=i686" \ "-march=i686" \
"-march=x86-64" \ "-march=x86-64" \
@ -2057,5 +2058,8 @@ update_gconv_modules_cache ()
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared %files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
%changelog %changelog
* Fri Jun 24 2022 Chunmei Xu <xuchunmei@linux.alibaba.com> - 2.35-2
- add support of armv9-a
* Tue Feb 22 2022 Chunmei Xu <xuchunmei@linux.alibaba.com> - 2.35-1 * Tue Feb 22 2022 Chunmei Xu <xuchunmei@linux.alibaba.com> - 2.35-1
- upstream 2.35 release tarball and add patches from release/2.35/master - upstream 2.35 release tarball and add patches from release/2.35/master