Enable building of GOLD for the ARM.

Resolves: #908966
This commit is contained in:
Nick Clifton 2013-03-06 16:07:24 +00:00
parent 86dfbfd4c3
commit 1063dbe9c2
1 changed files with 5 additions and 2 deletions

View File

@ -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.23.52.0.1 Version: 2.23.52.0.1
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv3+ License: GPLv3+
Group: Development/Tools Group: Development/Tools
URL: http://sources.redhat.com/binutils URL: http://sources.redhat.com/binutils
@ -47,7 +47,7 @@ Patch12: binutils-2.23.52.0.1-as-doc-texinfo-fixes.patch
Provides: bundled(libiberty) Provides: bundled(libiberty)
%define gold_arches %ix86 x86_64 %define gold_arches %ix86 x86_64 %arm
%ifarch %gold_arches %ifarch %gold_arches
%define build_gold both %define build_gold both
@ -451,6 +451,9 @@ exit 0
%endif # %{isnative} %endif # %{isnative}
%changelog %changelog
* Wed Mar 06 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-4
- Enable building of GOLD for the ARM. (#908966)
* Mon Mar 04 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-3 * Mon Mar 04 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-3
- Fix errors reported by version 5.0 of texinfo. - Fix errors reported by version 5.0 of texinfo.