[msp430-gcc] Add {gmp,mpfr,libmpc}-devel to BuildRequires

rspanton rspanton at fedoraproject.org
Thu Aug 16 14:08:54 UTC 2012


commit dad42db37a65dbdbfc1ca2203a728406f0f59a02
Author: Rob Spanton <rspanton at zepler.net>
Date:   Thu Aug 16 15:08:28 2012 +0100

    Add {gmp,mpfr,libmpc}-devel to BuildRequires
    
    These are now required by gcc to build.

 msp430-gcc.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/msp430-gcc.spec b/msp430-gcc.spec
index 9e5bc7b..fdad484 100644
--- a/msp430-gcc.spec
+++ b/msp430-gcc.spec
@@ -17,6 +17,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 # We need the uniarch variant of binutils
 # which was shipped as 2.21.1a-1 in Fedora
 BuildRequires:	%{target}-binutils >= 2.21.1a-1
+BuildRequires:	gmp-devel, mpfr-devel, libmpc-devel
 Requires:	%{target}-binutils >= 2.21.1a-1
 
 %description


More information about the scm-commits mailing list