From 13c79dae555f5a0ecc4fbcc03f8acd168dea2f66 Mon Sep 17 00:00:00 2001 From: liyancheng <412998149@qq.com> Date: Sat, 8 Feb 2025 10:19:07 +0800 Subject: [PATCH] [Sync] set default configuration for the ppc64le set default configuration for the ppc64le sync commit 2a2a8e0017d817439532400d5c24f7bbe701b9f6 from 24.09 (cherry picked from commit 3bdf86b239acf4b9e6d363771c8d6edc6dc9dc99) --- gcc.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 24cbb1e..7591cff 100644 --- a/gcc.spec +++ b/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 66 +%global gcc_release 67 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 @@ -2021,6 +2021,10 @@ CONFIGURE_OPTS="\ %ifarch sw_64 --with-cpu=sw6b --disable-libquadmath --disable-multilib \ --enable-tls +%endif +%ifarch ppc64le + --enable-targets=powerpcle-linux \ + --with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \ %endif " @@ -4185,6 +4189,12 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog +* Sat Feb 08 2025 liyancheng <412998149@qq.com> - 12.3.1-67 +- Type:Sync 2a2a8e0017d817439532400d5c24f7bbe701b9f6 from 24.09 +- ID:NA +- SUG:NA +- DESC:set default configuration for the ppc64le. + * Tue Dec 31 2024 liyancheng <412998149@qq.com> - 12.3.1-66 - Type:Sync - ID:NA -- Gitee