[rtems-crossrpms commit] Bump GCC_RPMREL.

Ralf Corsepius ralf at rtems.org
Thu Jul 12 17:06:31 UTC 2012


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

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Tue Jul 10 16:10:11 2012 +0200

Bump GCC_RPMREL.

---

 rtems4.11/arm/Makefile.am        |    2 +-
 rtems4.11/avr/Makefile.am        |    2 +-
 rtems4.11/bfin/Makefile.am       |    2 +-
 rtems4.11/h8300/Makefile.am      |    2 +-
 rtems4.11/i386/Makefile.am       |    2 +-
 rtems4.11/lm32/Makefile.am       |    2 +-
 rtems4.11/m32c/Makefile.am       |    2 +-
 rtems4.11/m32r/Makefile.am       |    2 +-
 rtems4.11/m68k/Makefile.am       |    2 +-
 rtems4.11/microblaze/Makefile.am |    2 +-
 rtems4.11/mips/Makefile.am       |    2 +-
 rtems4.11/powerpc/Makefile.am    |    2 +-
 rtems4.11/sh/Makefile.am         |    2 +-
 rtems4.11/sparc/Makefile.am      |    2 +-
 rtems4.11/sparc64/Makefile.am    |    2 +-
 rtems4.11/v850/Makefile.am       |    2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/rtems4.11/arm/Makefile.am b/rtems4.11/arm/Makefile.am
index 740fddc..9f1a987 100644
--- a/rtems4.11/arm/Makefile.am
+++ b/rtems4.11/arm/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/avr/Makefile.am b/rtems4.11/avr/Makefile.am
index cb11669..5ce99a2 100644
--- a/rtems4.11/avr/Makefile.am
+++ b/rtems4.11/avr/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.6.3
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
diff --git a/rtems4.11/bfin/Makefile.am b/rtems4.11/bfin/Makefile.am
index 10e9e41..ba45b67 100644
--- a/rtems4.11/bfin/Makefile.am
+++ b/rtems4.11/bfin/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/h8300/Makefile.am b/rtems4.11/h8300/Makefile.am
index b9818ca..deba7c4 100644
--- a/rtems4.11/h8300/Makefile.am
+++ b/rtems4.11/h8300/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/i386/Makefile.am b/rtems4.11/i386/Makefile.am
index 734d4e1..76c2859 100644
--- a/rtems4.11/i386/Makefile.am
+++ b/rtems4.11/i386/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/lm32/Makefile.am b/rtems4.11/lm32/Makefile.am
index 9852a9e..63ebd58 100644
--- a/rtems4.11/lm32/Makefile.am
+++ b/rtems4.11/lm32/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.5.4
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 3
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 6`
diff --git a/rtems4.11/m32c/Makefile.am b/rtems4.11/m32c/Makefile.am
index a178b8c..67746ea 100644
--- a/rtems4.11/m32c/Makefile.am
+++ b/rtems4.11/m32c/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.6.3
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 4`
diff --git a/rtems4.11/m32r/Makefile.am b/rtems4.11/m32r/Makefile.am
index f7bc1b7..dc48752 100644
--- a/rtems4.11/m32r/Makefile.am
+++ b/rtems4.11/m32r/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/m68k/Makefile.am b/rtems4.11/m68k/Makefile.am
index dd60f21..38cf43e 100644
--- a/rtems4.11/m68k/Makefile.am
+++ b/rtems4.11/m68k/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/microblaze/Makefile.am b/rtems4.11/microblaze/Makefile.am
index 9d5840f..cc75835 100644
--- a/rtems4.11/microblaze/Makefile.am
+++ b/rtems4.11/microblaze/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/mips/Makefile.am b/rtems4.11/mips/Makefile.am
index 6cd218e..9a0cf10 100644
--- a/rtems4.11/mips/Makefile.am
+++ b/rtems4.11/mips/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/powerpc/Makefile.am b/rtems4.11/powerpc/Makefile.am
index eec9780..838ad06 100644
--- a/rtems4.11/powerpc/Makefile.am
+++ b/rtems4.11/powerpc/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/sh/Makefile.am b/rtems4.11/sh/Makefile.am
index 6654b0c..7c5f238 100644
--- a/rtems4.11/sh/Makefile.am
+++ b/rtems4.11/sh/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/sparc/Makefile.am b/rtems4.11/sparc/Makefile.am
index b30fff8..d881752 100644
--- a/rtems4.11/sparc/Makefile.am
+++ b/rtems4.11/sparc/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/sparc64/Makefile.am b/rtems4.11/sparc64/Makefile.am
index 342d60b..c689fbe 100644
--- a/rtems4.11/sparc64/Makefile.am
+++ b/rtems4.11/sparc64/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`
diff --git a/rtems4.11/v850/Makefile.am b/rtems4.11/v850/Makefile.am
index 9cb93c6..3d1b55b 100644
--- a/rtems4.11/v850/Makefile.am
+++ b/rtems4.11/v850/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.1
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 6
+GCC_RPMREL = 7
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 7`




More information about the vc mailing list