SHA256
6
0
forked from pool/binutils

Accepting request 145903 from home:Andreas_Schwab:Factory

- Backport s390 .machinemode pseudo insn

OBS-URL: https://build.opensuse.org/request/show/145903
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=121
This commit is contained in:
2012-12-20 11:52:20 +00:00
committed by Git OBS Bridge
parent 41e240dafb
commit dc97cafffe
37 changed files with 329 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ Patch22: binutils-bfd_h.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch101: aarch64-biarch.patch
Patch201: s390-machinemode.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@@ -166,6 +167,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch21
%patch22
%patch101 -p1
%patch201 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90