!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.
|
# - Run smoke tests with valgrind to verify dynamic loader.
|
||||||
# - Default: Always run valgrind tests if there is architecture support.
|
# - Default: Always run valgrind tests if there is architecture support.
|
||||||
##############################################################################
|
##############################################################################
|
||||||
%bcond_without testsuite
|
|
||||||
%bcond_with benchtests
|
%bcond_with benchtests
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
%ifarch ppc64le
|
||||||
|
%bcond_with testsuite
|
||||||
|
%bcond_with werror
|
||||||
|
%else
|
||||||
|
%bcond_without testsuite
|
||||||
%bcond_without werror
|
%bcond_without werror
|
||||||
|
%endif
|
||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
%bcond_without compat_2_17
|
%bcond_without compat_2_17
|
||||||
@ -66,7 +71,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.34
|
Version: 2.34
|
||||||
Release: 150
|
Release: 151
|
||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
License: %{all_license}
|
License: %{all_license}
|
||||||
URL: http://www.gnu.org/software/glibc/
|
URL: http://www.gnu.org/software/glibc/
|
||||||
@ -1513,6 +1518,13 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 10 2024 shixuantong <shixuantong1@huawei.com> - 2.34-150
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:
|
- ID:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user