SHA256
6
0
forked from pool/binutils

Accepting request 143122 from home:adrianSuSE:aarch64

update and biarch patch. It does not help me, but it does not harm either ;)

OBS-URL: https://build.opensuse.org/request/show/143122
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=115
This commit is contained in:
2012-11-27 14:23:40 +00:00
committed by Git OBS Bridge
parent 5c502ac474
commit fed834d5d6
47 changed files with 246 additions and 65 deletions

View File

@@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static
%else
BuildRequires: zlib-devel
%endif
Version: 2.23.0
Version: 2.23.1
Release: 0
#
# RUN_TESTS
@@ -99,6 +99,7 @@ Patch18: gold-depend-on-opcodes.diff
Patch21: binutils-2.22-objalloc.patch
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch101: aarch64-biarch.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -161,6 +162,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch18
%patch21
%patch101 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90