[binutils] Enable building of GOLD for the ARM. Resolves: #908966

Nicholas Clifton nickc at fedoraproject.org
Wed Mar 6 16:12:40 UTC 2013


commit 1063dbe9c2b59775a2a33e6117fa1c398b044d1e
Author: Nick Clifton <nickc at redhat.com>
Date:   Wed Mar 6 16:07:24 2013 +0000

    Enable building of GOLD for the ARM.
    Resolves: #908966

 binutils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/binutils.spec b/binutils.spec
index 5cc67a5..da7e663 100644
--- a/binutils.spec
+++ b/binutils.spec
@@ -17,7 +17,7 @@
 Summary: A GNU collection of binary utilities
 Name: %{?cross}binutils%{?_with_debug:-debug}
 Version: 2.23.52.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 Group: Development/Tools
 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)
 
-%define gold_arches %ix86 x86_64
+%define gold_arches %ix86 x86_64 %arm
 
 %ifarch %gold_arches
 %define build_gold	both
@@ -451,6 +451,9 @@ exit 0
 %endif # %{isnative}
 
 %changelog
+* Wed Mar 06 2013 Nick Clifton <nickc at redhat.com> - 2.23.52.0.1-4
+- Enable building of GOLD for the ARM.  (#908966)
+
 * Mon Mar 04 2013 Nick Clifton <nickc at redhat.com> - 2.23.52.0.1-3
 - Fix errors reported by version 5.0 of texinfo.
 


More information about the scm-commits mailing list