fixed typo
This commit is contained in:
commit
fe2ad72644
10
gcc.spec
10
gcc.spec
@ -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
|
||||
* Tue Jun 18 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user