- Add binutils-2.24-auto-plugin.diff to make plugin auto-load work

for GCC LTO objects.  [bso#14698]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=157
This commit is contained in:
2014-03-21 12:27:13 +00:00
committed by Git OBS Bridge
parent 3a62bf9875
commit dc9e77e566
39 changed files with 235 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ Patch14: binutils-build-as-needed.diff
Patch18: gold-depend-on-opcodes.diff
Patch22: binutils-bfd_h.patch
Patch23: pie-m68k.patch
Patch24: binutils-2.24-auto-plugin.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -171,6 +172,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch18
%patch22
%patch23 -p1
%patch24 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90