Pre Merge pull request !16 from Meredith/a23-dev
This commit is contained in:
commit
c1cfd31509
1 changed files with 5 additions and 1 deletions
|
@ -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 <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
|
||||
- upstream 2.35 release tarball and add patches from release/2.35/master
|
||||
|
|
Loading…
Add table
Reference in a new issue