forked from pool/binutils
Accepting request 74753 from devel:gcc
- Update to binutils 2.21.1 release. - Add support for x86_64-pep target [needed for Xen fate #311376] OBS-URL: https://build.opensuse.org/request/show/74753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=61
This commit is contained in:
commit
29f2c1dc87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e8c0f5c0aa01c3d72120aac46229817bad18d6bcdc69a7ba79735da10672017
|
||||
size 16586521
|
3
binutils-2.21.1.tar.bz2
Normal file
3
binutils-2.21.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f769b64350a02fbee009e1582cc12b6ed43b41985de65effb741e258e075dd05
|
||||
size 18890094
|
27
binutils-add-pep.diff
Normal file
27
binutils-add-pep.diff
Normal file
@ -0,0 +1,27 @@
|
||||
Index: binutils-2.21.0/bfd/config.bfd
|
||||
===================================================================
|
||||
--- binutils-2.21.0.orig/bfd/config.bfd 2011-04-01 14:04:23.000000000 +0200
|
||||
+++ binutils-2.21.0/bfd/config.bfd 2011-06-17 15:20:41.000000000 +0200
|
||||
@@ -641,7 +641,7 @@ case "${targ}" in
|
||||
targ_selvecs="bfd_elf32_i386_vec i386linux_vec i386pei_vec x86_64pei_vec bfd_elf64_l1om_vec"
|
||||
want64=true
|
||||
;;
|
||||
- x86_64-*-mingw*)
|
||||
+ x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep )
|
||||
targ_defvec=x86_64pe_vec
|
||||
targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec"
|
||||
want64=true
|
||||
Index: binutils-2.21.0/ld/configure.tgt
|
||||
===================================================================
|
||||
--- binutils-2.21.0.orig/ld/configure.tgt 2011-04-01 14:04:28.000000000 +0200
|
||||
+++ binutils-2.21.0/ld/configure.tgt 2011-06-17 15:21:29.000000000 +0200
|
||||
@@ -278,6 +278,9 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
|
||||
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
|
||||
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
|
||||
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
||||
+x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;
|
||||
+ targ_extra_emuls=i386pe ;
|
||||
+ targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;
|
||||
x86_64-*-mingw*) targ_emul=i386pep ;
|
||||
targ_extra_emuls=i386pe
|
||||
targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 5
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 5
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -162,7 +163,7 @@ Authors:
|
||||
Ulf Carlsson <ulfc@calypso.engr.sgi.com>
|
||||
|
||||
%package gold
|
||||
License: GPLv3+
|
||||
License: GPL v3 or later
|
||||
Summary: The gold linker
|
||||
AutoReqProv: on
|
||||
Requires: binutils = %{version}-%{release}
|
||||
@ -204,7 +205,7 @@ Authors:
|
||||
Andrew Chatham
|
||||
|
||||
%package devel
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: GNU binutils (BFD development files)
|
||||
AutoReqProv: on
|
||||
Requires: binutils = %{version}-%{release}, zlib-devel
|
||||
@ -251,7 +252,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -299,6 +300,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -316,7 +318,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-alpha-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-alpha-binutils
|
||||
Name: cross-alpha-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-arm-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-arm-binutils
|
||||
Name: cross-arm-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-hppa-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-hppa-binutils
|
||||
Name: cross-hppa-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-hppa64-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-hppa64-binutils
|
||||
Name: cross-hppa64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-i386-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-i386-binutils
|
||||
Name: cross-i386-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ia64-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ia64-binutils
|
||||
Name: cross-ia64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-mips-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-mips-binutils
|
||||
Name: cross-mips-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ppc-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ppc-binutils
|
||||
Name: cross-ppc-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-ppc64-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-ppc64-binutils
|
||||
Name: cross-ppc64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-s390-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-s390-binutils
|
||||
Name: cross-s390-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-s390x-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-s390x-binutils
|
||||
Name: cross-s390x-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-sparc-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-sparc-binutils
|
||||
Name: cross-sparc-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-spu-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-spu-binutils
|
||||
Name: cross-spu-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 08:12:12 UTC 2011 - rguenther@novell.com
|
||||
|
||||
- Update to binutils 2.21.1 release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 15:23:21 CEST 2011 - matz@suse.de
|
||||
|
||||
- Add support for x86_64-pep target [needed for Xen fate #311376]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 14:20:07 UTC 2011 - matz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cross-x86_64-binutils
|
||||
# spec file for package binutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
|
||||
Name: cross-x86_64-binutils
|
||||
Name: cross-x86_64-binutils
|
||||
BuildRequires: bison dejagnu flex gcc-c++
|
||||
# for some gold tests
|
||||
BuildRequires: bc
|
||||
@ -26,8 +26,8 @@ BuildRequires: zlib-devel-static
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
Version: 2.21.0
|
||||
Release: 3
|
||||
Version: 2.21.1
|
||||
Release: 4
|
||||
#
|
||||
# RUN_TESTS
|
||||
%define run_tests %(test ! -f %_sourcedir/RUN_TESTS ; echo $?)
|
||||
@ -59,7 +59,7 @@ Release: 3
|
||||
#
|
||||
#
|
||||
Url: http://www.gnu.org/software/binutils/
|
||||
License: GPLv3+
|
||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later; LGPL v2.0 or later; LGPL v2.1 or later; LGPL v3 or later
|
||||
Group: Development/Tools/Building
|
||||
PreReq: %{install_info_prereq}
|
||||
AutoReqProv: on
|
||||
@ -88,6 +88,7 @@ Patch12: s390-pic-dso.diff
|
||||
Patch14: binutils-build-as-needed.diff
|
||||
Patch15: fixup-testcase-perturb.diff
|
||||
Patch16: amd-bdver2-and-fixes2.diff.gz
|
||||
Patch17: binutils-add-pep.diff
|
||||
Patch90: cross-avr-nesc-as.patch
|
||||
Patch92: cross-avr-omit_section_dynsym.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -137,7 +138,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -223,7 +224,7 @@ Authors:
|
||||
Jim Kingdon <kingdon@cygnus.com>
|
||||
Jim Wilson <wilson@redhat.com>
|
||||
John Gilmore <gnu@cygnus.com>
|
||||
Joern Rennecke <amylaar@redhat.com>
|
||||
Jörn Rennecke <amylaar@redhat.com>
|
||||
K. Richard Pixley <rich@cygnus.com>
|
||||
Ken Raeburn <raeburn@cygnus.com>
|
||||
Kung Hsu <kung@cygnus.com>
|
||||
@ -271,6 +272,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
|
||||
%patch14
|
||||
%patch15
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%if "%{TARGET}" == "avr"
|
||||
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
|
||||
%patch90
|
||||
@ -288,7 +290,7 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-error"
|
||||
echo "Building native binutils."
|
||||
%if %build_multitarget
|
||||
EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf"
|
||||
EXTRA_TARGETS="$EXTRA_TARGETS,powerpc-macos,powerpc-macos10,spu-elf,x86_64-pep"
|
||||
%else
|
||||
EXTRA_TARGETS=
|
||||
%ifarch sparc
|
||||
|
Loading…
Reference in New Issue
Block a user