SHA256
6
0
forked from pool/binutils

Accepting request 202682 from home:Andreas_Schwab:Factory

- pie-m68k.patch: Emit DT_DEBUG also for PIE

OBS-URL: https://build.opensuse.org/request/show/202682
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=145
This commit is contained in:
2013-10-09 10:05:12 +00:00
committed by Git OBS Bridge
parent 3abd35a8ac
commit 8046d4ccfe
35 changed files with 137 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ Patch12: s390-pic-dso.diff
Patch14: binutils-build-as-needed.diff
Patch18: gold-depend-on-opcodes.diff
Patch22: binutils-bfd_h.patch
Patch23: pie-m68k.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -164,6 +165,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch18
%patch22
%patch23 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90