Pre Merge pull request !16 from Meredith/a23-dev

This commit is contained in:
Meredith 2022-06-25 01:22:24 +00:00 committed by Gitee
commit c1cfd31509
No known key found for this signature in database
GPG key ID: 173E9B9CA92EEF8F

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