[rtems-crossrpms commit] GCC_VERS = 4.7.0.

Ralf Corsepius ralf at rtems.org
Wed Apr 4 13:11:19 UTC 2012


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

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Wed Mar 28 10:23:21 2012 +0200

GCC_VERS = 4.7.0.

---

 rtems4.11/arm-eabi/Makefile.am |    6 +++---
 rtems4.11/bfin/Makefile.am     |    6 +++---
 rtems4.11/h8300/Makefile.am    |    6 +++---
 rtems4.11/m32r/Makefile.am     |    8 ++++----
 rtems4.11/m68k/Makefile.am     |    6 +++---
 rtems4.11/mips/Makefile.am     |    6 +++---
 rtems4.11/powerpc/Makefile.am  |    6 +++---
 7 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/rtems4.11/arm-eabi/Makefile.am b/rtems4.11/arm-eabi/Makefile.am
index 6ee26f0..3f939bd 100644
--- a/rtems4.11/arm-eabi/Makefile.am
+++ b/rtems4.11/arm-eabi/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 1
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.6.3
+GCC_VERS = 4.7.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
 include ../gcc.am
 GCC_OPTS += --languages=cxx
 
diff --git a/rtems4.11/bfin/Makefile.am b/rtems4.11/bfin/Makefile.am
index 80e5a27..6adfb85 100644
--- a/rtems4.11/bfin/Makefile.am
+++ b/rtems4.11/bfin/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 1
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.6.3
+GCC_VERS = 4.7.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
 include ../gcc.am
 GCC_OPTS += --languages=cxx
 
diff --git a/rtems4.11/h8300/Makefile.am b/rtems4.11/h8300/Makefile.am
index 3c12c6d..a406b33 100644
--- a/rtems4.11/h8300/Makefile.am
+++ b/rtems4.11/h8300/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 1
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.6.3
+GCC_VERS = 4.7.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
 include ../gcc.am
 GCC_OPTS += --languages=cxx
 
diff --git a/rtems4.11/m32r/Makefile.am b/rtems4.11/m32r/Makefile.am
index f97b196..f644b99 100644
--- a/rtems4.11/m32r/Makefile.am
+++ b/rtems4.11/m32r/Makefile.am
@@ -11,14 +11,14 @@ BINUTILS_RPMREL = 1
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.6.3
+GCC_VERS = 4.7.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
 include ../gcc.am
-GCC_OPTS +=
+GCC_OPTS += --languages=cxx
 
 GDB_VERS = 7.4
 GDB_PKGVERS = $(GDB_VERS)
diff --git a/rtems4.11/m68k/Makefile.am b/rtems4.11/m68k/Makefile.am
index 731bdfc..6362748 100644
--- a/rtems4.11/m68k/Makefile.am
+++ b/rtems4.11/m68k/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 1
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.6.3
+GCC_VERS = 4.7.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
 include ../gcc.am
 GCC_OPTS += --languages=cxx
 
diff --git a/rtems4.11/mips/Makefile.am b/rtems4.11/mips/Makefile.am
index e08f5e6..8dfa6a0 100644
--- a/rtems4.11/mips/Makefile.am
+++ b/rtems4.11/mips/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 1
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.6.3
+GCC_VERS = 4.7.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
 include ../gcc.am
 GCC_OPTS += --languages=cxx
 
diff --git a/rtems4.11/powerpc/Makefile.am b/rtems4.11/powerpc/Makefile.am
index e751f64..3257df9 100644
--- a/rtems4.11/powerpc/Makefile.am
+++ b/rtems4.11/powerpc/Makefile.am
@@ -11,12 +11,12 @@ BINUTILS_RPMREL = 1
 include ../binutils.am
 BINUTILS_OPTS +=
 
-GCC_VERS = 4.6.3
+GCC_VERS = 4.7.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
-NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
+NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 5`
 include ../gcc.am
 GCC_OPTS += --languages=cxx
 




More information about the vc mailing list