Accepting request 181831 from home:Andreas_Schwab:Factory

- aarch64-dynamic-placement.patch: Correct placement of &_DYNAMIC

OBS-URL: https://build.opensuse.org/request/show/181831
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=134
This commit is contained in:
2013-07-03 13:02:47 +00:00
committed by Git OBS Bridge
parent d7f2de8e4d
commit 8b4e6d652e
35 changed files with 456 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ Patch103: aarch64-execstack.patch
Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@@ -178,6 +179,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch201 -p1
%patch202 -p1
%patch203 -p1
%patch204 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90