diff --git a/binutils.spec b/binutils.spec index 2370ba95ccc3084c8a1c531c252aab0f3761669e..f992a1e247c941cdc87dbd79d16bdc7d5bfdb7ba 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,4 +1,4 @@ -%define anolis_release 8 +%define anolis_release 9 # Determine if this is a native build or a cross build. # # For a cross build add --define "binutils_target " to the command @@ -806,7 +806,7 @@ CARGS="$CARGS --enable-targets=x86_64-pep,bpf-unknown-none" %if %{warn_for_rwx_segments} --enable-warn-rwx-segments=yes \ %else - --enable-warn-rwx-segments=no + --enable-warn-rwx-segments=no \ %endif %if %{enable_lto} --enable-lto \ @@ -1144,6 +1144,9 @@ exit 0 %doc README ChangeLog MAINTAINERS README-maintainer-mode %changelog +* Thu Jul 31 2025 Weisson - 2.41-9 +- bugfix: use correct configure parameters. + * Tue Jul 30 2025 swcompiler - 2.41-8 - Sw64: add support for Sw64 EFI (efi-*-sw_64).