[msp430-gcc] Update to 4.6.4 to fix build

rspanton rspanton at fedoraproject.org
Fri Dec 27 00:24:28 UTC 2013


commit c5cecd0c56c3550d1fa275161d48a6300697cef9
Author: Rob Spanton <rspanton at zepler.net>
Date:   Fri Dec 27 00:23:14 2013 +0000

    Update to 4.6.4 to fix build
    
    gcc 4.6.3 doesn't build against gcc 4.8.2.  Fixes for this are in
    4.6.4, so this patch updates to that.

 .gitignore      |    1 +
 msp430-gcc.spec |    9 +++++++--
 sources         |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81cfdc6..8d6afca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gcc-core-3.2.3.tar.bz2
 mspgcc-gcc-3.3-20100805.tar.bz2
 /gcc-core-4.6.3.tar.bz2
+/gcc-core-4.6.4.tar.bz2
diff --git a/msp430-gcc.spec b/msp430-gcc.spec
index 87762fb..acd3a3d 100644
--- a/msp430-gcc.spec
+++ b/msp430-gcc.spec
@@ -1,8 +1,8 @@
 %define target msp430
 
 Name:		%{target}-gcc
-Version:	4.6.3
-Release:	4%{?dist}
+Version:	4.6.4
+Release:	1%{?dist}
 Summary:	Cross Compiling GNU GCC targeted at %{target}
 Group:		Development/Languages
 License:	GPLv2+
@@ -10,6 +10,8 @@ URL:		http://mspgcc.sf.net/
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-core-%{version}.tar.bz2
 
 # Patch from mspgcc project
+# This is actually against 4.6.3, but in order to build we need some fixes
+# that are in 4.6.4
 Patch0:		msp430-gcc-4.6.3-20120406.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -96,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec 27 2013 Rob Spanton <rspanton at zepler.net> 4.6.4-1
+- Update to 4.6.4 to fix build
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1edec7d..7d0e0df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-766091220c6a14fcaa2c06dd573e3758  gcc-core-4.6.3.tar.bz2
+ffb7878e23d915358c820d0392e22750  gcc-core-4.6.4.tar.bz2


More information about the scm-commits mailing list