Add Power7 support (BZ 487887)
This commit is contained in:
parent
bfe948ddd9
commit
cd595c0e3c
3300
binutils-2.19.51.0.2-IBM.patch
Normal file
3300
binutils-2.19.51.0.2-IBM.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||||
Version: 2.19.51.0.2
|
Version: 2.19.51.0.2
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
@ -31,6 +31,7 @@ Patch05: binutils-2.19.50.0.1-version.patch
|
|||||||
Patch06: binutils-2.19.50.0.1-set-long-long.patch
|
Patch06: binutils-2.19.50.0.1-set-long-long.patch
|
||||||
Patch07: binutils-2.19.50.0.1-build-id.patch
|
Patch07: binutils-2.19.50.0.1-build-id.patch
|
||||||
Patch08: binutils-2.19.51.0.2-ifunc.patch
|
Patch08: binutils-2.19.51.0.2-ifunc.patch
|
||||||
|
Patch09: binutils-2.19.51.0.2-IBM.patch
|
||||||
|
|
||||||
%if 0%{?_with_debug:1}
|
%if 0%{?_with_debug:1}
|
||||||
# Define this if you want to skip the strip step and preserve debug info.
|
# Define this if you want to skip the strip step and preserve debug info.
|
||||||
@ -102,6 +103,7 @@ to consider using libelf instead of BFD.
|
|||||||
%patch06 -p0 -b .set-long-long~
|
%patch06 -p0 -b .set-long-long~
|
||||||
%patch07 -p0 -b .build-id~
|
%patch07 -p0 -b .build-id~
|
||||||
%patch08 -p1 -b .ifunc~
|
%patch08 -p1 -b .ifunc~
|
||||||
|
%patch09 -p0 -b .IBM~
|
||||||
|
|
||||||
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
|
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
|
||||||
|
|
||||||
@ -345,6 +347,9 @@ fi
|
|||||||
%endif # %{isnative}
|
%endif # %{isnative}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 05 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-16
|
||||||
|
- Add IBM Power7 support. (BZ 487887)
|
||||||
|
|
||||||
* Mon Mar 02 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-15
|
* Mon Mar 02 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-15
|
||||||
- Add IFUNC support. (BZ 465302)
|
- Add IFUNC support. (BZ 465302)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user