Fix ld --version output
This commit is contained in:
parent
9cde10decd
commit
041cfaec4a
@ -2,7 +2,7 @@
|
||||
|
||||
Name: mingw-binutils
|
||||
Version: 2.34
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Cross-compiled version of binutils for Win32 and Win64 environments
|
||||
|
||||
License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+
|
||||
@ -149,6 +149,9 @@ understand Windows executables and DLLs.
|
||||
%prep
|
||||
%autosetup -p1 -n binutils-%{version}
|
||||
|
||||
# See Patch02
|
||||
sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in}
|
||||
|
||||
|
||||
%build
|
||||
# Dependencies are not set up to rebuild the configure files
|
||||
@ -354,6 +357,9 @@ rm -rf %{buildroot}/multilib
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 28 2020 Sandro Mani <manisandro@gmail.com> - 2.34-3
|
||||
- Fix ld --version output
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.34-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user