[msp430-gcc] Require the latest msp430-binutils

rspanton rspanton at fedoraproject.org
Wed Aug 15 14:28:24 UTC 2012


commit 624f5029fe8d612cb42277cc56e746ab756abeb0
Author: Rob Spanton <rspanton at zepler.net>
Date:   Wed Aug 15 15:27:43 2012 +0100

    Require the latest msp430-binutils
    
    Require the msp430-binutils version that is of the uniarch variant.

 msp430-gcc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/msp430-gcc.spec b/msp430-gcc.spec
index 3e47451..9e5bc7b 100644
--- a/msp430-gcc.spec
+++ b/msp430-gcc.spec
@@ -13,8 +13,11 @@ Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-core-%{version}.tar.bz2
 Patch0:		msp430-gcc-4.6.3-20120406.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:	%{target}-binutils
-Requires:	%{target}-binutils
+
+# We need the uniarch variant of binutils
+# which was shipped as 2.21.1a-1 in Fedora
+BuildRequires:	%{target}-binutils >= 2.21.1a-1
+Requires:	%{target}-binutils >= 2.21.1a-1
 
 %description
 This is a cross compiling version of GNU GCC, which can be used to


More information about the scm-commits mailing list