!443 set default configuration for the ppc64le
From: @peng_zou Reviewed-by: @li-yancheng Signed-off-by: @li-yancheng
This commit is contained in:
commit
e5c622d736
10
gcc.spec
10
gcc.spec
@ -2,7 +2,7 @@
|
||||
%global gcc_major 12
|
||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||
# %%{release}, append them after %%{gcc_release} on Release: line.
|
||||
%global gcc_release 31
|
||||
%global gcc_release 32
|
||||
|
||||
%global _unpackaged_files_terminate_build 0
|
||||
%global _performance_build 1
|
||||
@ -1113,6 +1113,10 @@ CONFIGURE_OPTS="\
|
||||
--with-arch=loongarch64 --with-abi=lp64d \
|
||||
--disable-libquadmath --disable-multilib --enable-tls \
|
||||
--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
|
||||
"
|
||||
|
||||
@ -3267,6 +3271,10 @@ end
|
||||
%doc rpm.doc/changelogs/libcc1/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
|
||||
- DESC: Fix LoongArch osdir name
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user