diff --git a/macros b/macros index eb8dfa843c60d0641af5f2200f32b34f352b6aca..ae41866e3172813412103132beefc809f6109c55 100644 --- a/macros +++ b/macros @@ -71,7 +71,7 @@ # When clang is used as a linker driver, it does not auto-detect the LTO # bytecode and neither does bfd, so we need to explicitly pass the -flto # flag when linking. -%_clang_extra_ldflags %{?_lto_cflags} -fno-openmp-implicit-rpath +%_clang_extra_ldflags %{?_lto_cflags} # Link editor flags. This is usually called LDFLAGS in makefiles. # (Some makefiles use LFLAGS instead.) The default value assumes that diff --git a/system-rpm-config.spec b/system-rpm-config.spec index ea80375006477fe62071da260612cd4384705a47..3972bc421d0f2f84932d92be1b47ab9bafa41b3d 100644 --- a/system-rpm-config.spec +++ b/system-rpm-config.spec @@ -1,4 +1,4 @@ -%define anolis_release 34 +%define anolis_release 35 Summary: Anolis OS specific rpm configuration files Name: system-rpm-config @@ -211,6 +211,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/anolis/srpm forge.lua %license MulanPSL %changelog +* Fri Mar 15 2024 Chang Gao - 1:23-35 +- Remove -fno-openmp-implicit-rpath clang ldflags + * Sun Oct 8 2023 Wenlong Zhang - 1:23-34 - add loongarch64 for nodejs and java macros - add optflags for loongarch64