[rtems-crossrpms commit] gcc-4.7.1-RC-20120606.

Ralf Corsepius ralf at rtems.org
Fri Jun 15 03:40:53 UTC 2012


Module:    rtems-crossrpms
Branch:    master
Commit:    6d0fb85fb72debf849eaa5f0d856293152888e5f
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=6d0fb85fb72debf849eaa5f0d856293152888e5f

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Wed Jun 13 04:58:31 2012 +0200

gcc-4.7.1-RC-20120606.

---

 rtems4.11/powerpc/Makefile.am                      |    8 ++++----
 rtems4.11/powerpc/Makefile.in                      |    8 ++++----
 .../powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec  |   12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/rtems4.11/powerpc/Makefile.am b/rtems4.11/powerpc/Makefile.am
index ced97d3..acbb4f5 100644
--- a/rtems4.11/powerpc/Makefile.am
+++ b/rtems4.11/powerpc/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 4
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.7.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_VERS = 4.7.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20120606
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 6`
 include ../gcc.am
 GCC_OPTS += --languages=cxx
 
diff --git a/rtems4.11/powerpc/Makefile.in b/rtems4.11/powerpc/Makefile.in
index a36a3ce..8f7ad77 100644
--- a/rtems4.11/powerpc/Makefile.in
+++ b/rtems4.11/powerpc/Makefile.in
@@ -175,12 +175,12 @@ BINUTILS_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/common/clean.add \
 	$(top_srcdir)/binutils/target-binutils.add \
 	$(top_srcdir)/binutils/base-binutils.add
-GCC_VERS = 4.7.0
-GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_VERS = 4.7.1
+GCC_PKGVERS = $(GCC_VERS)-RC-20120606
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 6`
 GCC_OPTS = --languages=c --newlib --languages=cxx
 GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
 	$(top_srcdir)/gcc/gccnewlib.add $(top_srcdir)/gcc/prep.add \
diff --git a/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec b/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec
index 0b281d0..7682316 100644
--- a/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec
+++ b/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec
@@ -46,9 +46,9 @@
 %endif
 
 
-%define gcc_pkgvers 4.7.0
-%define gcc_version 4.7.0
-%define gcc_rpmvers %{expand:%(echo "4.7.0" | tr - _ )}
+%define gcc_pkgvers 4.7.1-RC-20120606
+%define gcc_version 4.7.1
+%define gcc_rpmvers %{expand:%(echo "4.7.1" | tr - _ )}
 
 %define newlib_pkgvers		1.20.0
 %define newlib_version		1.20.0
@@ -58,7 +58,7 @@ Summary:      	powerpc-rtems4.11 gcc
 
 Group:	      	Development/Tools
 Version:        %{gcc_rpmvers}
-Release:      	2%{?dist}
+Release:      	1%{?dist}
 License:      	GPL
 URL:		http://gcc.gnu.org
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -272,7 +272,7 @@ Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.1-RC-20120606
 %if "%{gcc_version}" == "4.7.0"
 # Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-%{gcc_pkgvers}.tar.bz2
 Source0:        ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-%{gcc_pkgvers}.tar.%{?el5:bz2}%{!?el5:xz}
-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.0-rtems4.11-20120403.diff
+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-4.7.0-rtems4.11-20120419.diff
 %endif
 %if "%{gcc_version}" == "4.6.3"
 Source0:	ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
@@ -386,7 +386,7 @@ cd ..
   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
-echo "RTEMS gcc-%{gcc_version}-2%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
+echo "RTEMS gcc-%{gcc_version}-1%{?dist}/newlib-%{newlib_version}-7%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
 
 
   # Fix timestamps




More information about the vc mailing list