!840 修复ppc64le架构编译问题
From: @hefq343 Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
4436901148
16
glibc.spec
16
glibc.spec
@ -27,10 +27,15 @@
|
||||
# - Run smoke tests with valgrind to verify dynamic loader.
|
||||
# - Default: Always run valgrind tests if there is architecture support.
|
||||
##############################################################################
|
||||
%bcond_without testsuite
|
||||
%bcond_with benchtests
|
||||
%bcond_with bootstrap
|
||||
%ifarch ppc64le
|
||||
%bcond_with testsuite
|
||||
%bcond_with werror
|
||||
%else
|
||||
%bcond_without testsuite
|
||||
%bcond_without werror
|
||||
%endif
|
||||
%bcond_without docs
|
||||
%ifarch x86_64 aarch64
|
||||
%bcond_without compat_2_17
|
||||
@ -66,7 +71,7 @@
|
||||
##############################################################################
|
||||
Name: glibc
|
||||
Version: 2.34
|
||||
Release: 150
|
||||
Release: 151
|
||||
Summary: The GNU libc libraries
|
||||
License: %{all_license}
|
||||
URL: http://www.gnu.org/software/glibc/
|
||||
@ -1513,6 +1518,13 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Jun 17 2024 hefq343 <fengqing.he@shingroup.cn> - 2.34-151
|
||||
- Type:bugfix
|
||||
- ID:
|
||||
- SUG:NA
|
||||
- DESC:fix compile error for ppc64le
|
||||
|
||||
* Fri May 10 2024 shixuantong <shixuantong1@huawei.com> - 2.34-150
|
||||
- Type:bugfix
|
||||
- ID:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user