set default configuration for the ppc64le

This commit is contained in:
chenyuanfeng 2024-05-29 16:59:49 +08:00 committed by yzyssdd
parent 5110419aa3
commit 22381869b4

View File

@ -61,7 +61,7 @@
Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc
Version: %{gcc_version}
Release: 53
Release: 54
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
URL: https://gcc.gnu.org
@ -1026,6 +1026,11 @@ CC="$CC" CFLAGS="$OPT_FLAGS" \
--with-arch=rv64g --with-abi=lp64d \
--disable-libquadmath --disable-multilib
%endif
%ifarch ppc64le
--disable-multilib \
--enable-targets=powerpcle-linux \
--withc-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
%endif
%ifarch sparc sparcv9 sparc64
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS" bootstrap
@ -2968,6 +2973,12 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
* Thu Mar 14 2024 chenyuanfeng <yuanfeng.chen@shingroup.cn> - 10.3.1-54
- Type: Spec
- ID:NA
- SUG:NA
- DESC: Set default configuration for the ppc64le
* Mon Apr 15 2024 huyubiao <huyubiao@huawei.com> - 10.3.1-53
- Type:SPEC
- ID:NA