set default configuration for the ppc64le

This commit is contained in:
peng_zou 2024-06-14 16:24:59 +08:00
parent 55934ee064
commit a2fc5da788

View File

@ -2,7 +2,7 @@
%global gcc_major 12 %global gcc_major 12
# Note, gcc_release must be integer, if you want to add suffixes to # Note, gcc_release must be integer, if you want to add suffixes to
# %%{release}, append them after %%{gcc_release} on Release: line. # %%{release}, append them after %%{gcc_release} on Release: line.
%global gcc_release 31 %global gcc_release 32
%global _unpackaged_files_terminate_build 0 %global _unpackaged_files_terminate_build 0
%global _performance_build 1 %global _performance_build 1
@ -1113,6 +1113,10 @@ CONFIGURE_OPTS="\
--with-arch=loongarch64 --with-abi=lp64d \ --with-arch=loongarch64 --with-abi=lp64d \
--disable-libquadmath --disable-multilib --enable-tls \ --disable-libquadmath --disable-multilib --enable-tls \
--enable-default-pie --enable-default-pie
%endif
%ifarch ppc64le
--enable-targets=powerpcle-linux \
--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
%endif %endif
" "
@ -3267,6 +3271,10 @@ end
%doc rpm.doc/changelogs/libcc1/ChangeLog* %doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog %changelog
* Fri Jun 14 2024 peng.zou <peng.zou@shingroup.cn> - 12.3.1-32
- Type: SPEC
- DESC: set default configuration for the ppc64le
* Thu Jun 13 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-31 * Thu Jun 13 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-31
- DESC: Fix LoongArch osdir name - DESC: Fix LoongArch osdir name