SHA256
1
0
forked from pool/binutils

- Update to current 2.25 pre-release branch, at 127a4644.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=169
This commit is contained in:
2014-12-01 17:04:10 +00:00
committed by Git OBS Bridge
parent 097f2bfdeb
commit d2f4e6dfee
51 changed files with 282 additions and 536 deletions

View File

@@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static
%else
BuildRequires: zlib-devel
%endif
Version: 2.24
Version: 2.24.90
Release: 0
#
# RUN_TESTS
@@ -85,7 +85,6 @@ Source: binutils-%{binutils_version}.tar.bz2
Source1: pre_checkin.sh
Source2: README.First-for.SuSE.packagers
Source3: baselibs.conf
Patch1: binutils-2.24-branch.diff.gz
Patch3: binutils-skip-rpaths.patch
Patch4: s390-biarch.diff
Patch5: x86-64-biarch.patch
@@ -99,10 +98,6 @@ 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
Patch24: binutils-2.24-auto-plugin.diff
Patch25: ld-testsuite.patch
Patch26: binutils-2.24-bso16746.diff
Patch90: cross-avr-nesc-as.patch
Patch92: cross-avr-omit_section_dynsym.patch
Patch93: cross-avr-size.patch
@@ -158,7 +153,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%setup -q -n binutils-%{binutils_version}
# Patch1 is outside test_vanilla because it's supposed to be the
# patch bringing the tarball to the newest upstream version
%patch1 -p1
#%patch1 -p1
%if !%{test_vanilla}
%patch3
%patch4
@@ -173,10 +168,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch14
%patch18
%patch22
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch26 -p1
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90