!92 [sync] PR-88: fix build error for loongarch64
From: @openeuler-sync-bot Reviewed-by: @ship_harbour Signed-off-by: @ship_harbour
This commit is contained in:
commit
6f00e3070b
@ -1,6 +1,6 @@
|
|||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 9.0
|
Version: 9.0
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Url: https://www.gnu.org/software/coreutils/
|
Url: https://www.gnu.org/software/coreutils/
|
||||||
@ -91,6 +91,9 @@ mkdir separate && \
|
|||||||
--enable-install-program=arch \
|
--enable-install-program=arch \
|
||||||
--enable-no-install-program=kill,uptime \
|
--enable-no-install-program=kill,uptime \
|
||||||
--with-tty-group \
|
--with-tty-group \
|
||||||
|
%ifarch loongarch64
|
||||||
|
FORCE_UNSAFE_CONFIGURE=1 \
|
||||||
|
%endif
|
||||||
DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
|
DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
|
||||||
make all %{?_smp_mflags}
|
make all %{?_smp_mflags}
|
||||||
|
|
||||||
@ -148,6 +151,9 @@ fi
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 9 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 9.0-7
|
||||||
|
- fix build error for loongarch64
|
||||||
|
|
||||||
* Wed Oct 19 2022 wuzx<wuzx1226@qq.com> - 9.0-6
|
* Wed Oct 19 2022 wuzx<wuzx1226@qq.com> - 9.0-6
|
||||||
- add sw64 patch
|
- add sw64 patch
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user