!451 ppc64le: fix typo

From: @yuucyf 
Reviewed-by: @li-yancheng 
Signed-off-by: @li-yancheng
This commit is contained in:
openeuler-ci-bot 2024-06-17 09:36:35 +00:00 committed by Gitee
commit 7fd239038d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -61,7 +61,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: 60
Release: 61
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
URL: https://gcc.gnu.org
@ -1050,7 +1050,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" \
%ifarch ppc64le
--disable-multilib \
--enable-targets=powerpcle-linux \
--withc-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
%endif
%ifarch sparc sparcv9 sparc64
@ -2994,6 +2994,12 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Mon Jun 14 2024 chenyuanfeng <yuanfeng.chen@shingroup.cn> - 10.3.1-61
- Type: Fix
- ID:NA
- SUG:NA
- DESC: fix typo
* Sat Jun 15 2024 rfwang07 <wangrufeng5@huawei.com> - 10.3.1-60
- Type:Sync
- ID:NA