Disable LTO again, it causes "ar" to segfault.
This commit is contained in:
parent
722dceebdb
commit
6442193bff
@ -2,7 +2,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.35
|
Version: 2.35
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -411,7 +411,7 @@ touch */configure
|
|||||||
# LTO is triggering a bug in ld which in turn causes ld to create incorrect
|
# LTO is triggering a bug in ld which in turn causes ld to create incorrect
|
||||||
# binaries. It is not yet clear how serious this bug is (still debugging).
|
# binaries. It is not yet clear how serious this bug is (still debugging).
|
||||||
# Until that analysis is finished I am disabling LTO
|
# Until that analysis is finished I am disabling LTO
|
||||||
#define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
echo target is %{binutils_target}
|
echo target is %{binutils_target}
|
||||||
|
|
||||||
@ -805,6 +805,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 30 2020 Richard W.M. Jones <rjones@redhat.com> - 2.35-6
|
||||||
|
- Disable LTO again, it causes "ar" to segfault.
|
||||||
|
|
||||||
* Thu Jul 30 2020 Nick Clifton <nickc@redhat.com> - 2.35-5
|
* Thu Jul 30 2020 Nick Clifton <nickc@redhat.com> - 2.35-5
|
||||||
- Default to DWARF level 3 in the assembler.
|
- Default to DWARF level 3 in the assembler.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user