[rtems-crossrpms commit] Bump GCC_RPMREL.

Ralf Corsepius ralf at rtems.org
Sun Dec 8 18:17:58 UTC 2013


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

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Wed Aug 28 18:42:32 2013 +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 137a098..c7ca139 100644
--- a/rtems4.11/arm/Makefile.am
+++ b/rtems4.11/arm/Makefile.am
@@ -12,7 +12,7 @@ BINUTILS_OPTS +=
 ## gcc-4.8.0 FTBFS
 GCC_VERS = 4.8.1
 GCC_PKGVERS = $(GCC_VERS)-RC-20130527
-GCC_RPMREL = 0
+GCC_RPMREL = 1
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 25`
diff --git a/rtems4.11/avr/Makefile.am b/rtems4.11/avr/Makefile.am
index 7c4ba0d..af6d453 100644
--- a/rtems4.11/avr/Makefile.am
+++ b/rtems4.11/avr/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.7.3
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 1
+GCC_RPMREL = 2
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 22`
diff --git a/rtems4.11/bfin/Makefile.am b/rtems4.11/bfin/Makefile.am
index 43bbeb1..c5e94ad 100644
--- a/rtems4.11/bfin/Makefile.am
+++ b/rtems4.11/bfin/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/h8300/Makefile.am b/rtems4.11/h8300/Makefile.am
index ef6cbd3..b29f161 100644
--- a/rtems4.11/h8300/Makefile.am
+++ b/rtems4.11/h8300/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/i386/Makefile.am b/rtems4.11/i386/Makefile.am
index 0612e55..ffc2819 100644
--- a/rtems4.11/i386/Makefile.am
+++ b/rtems4.11/i386/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 3
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/lm32/Makefile.am b/rtems4.11/lm32/Makefile.am
index 5af802a..ec33eb8 100644
--- a/rtems4.11/lm32/Makefile.am
+++ b/rtems4.11/lm32/Makefile.am
@@ -16,7 +16,7 @@ BINUTILS_OPTS +=
 ## - GCC BZ #50927
 GCC_VERS = 4.5.4
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 9
+GCC_RPMREL = 10
 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 d023465..063c5bf 100644
--- a/rtems4.11/m32c/Makefile.am
+++ b/rtems4.11/m32c/Makefile.am
@@ -13,7 +13,7 @@ BINUTILS_OPTS +=
 ## - gcc-4.8.0 ICEs (GCC BZ #50928)
 GCC_VERS = 4.7.3
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 1
+GCC_RPMREL = 2
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 22`
diff --git a/rtems4.11/m32r/Makefile.am b/rtems4.11/m32r/Makefile.am
index 9bef392..a4f3696 100644
--- a/rtems4.11/m32r/Makefile.am
+++ b/rtems4.11/m32r/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/m68k/Makefile.am b/rtems4.11/m68k/Makefile.am
index cc6dca0..6ef13ec 100644
--- a/rtems4.11/m68k/Makefile.am
+++ b/rtems4.11/m68k/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/microblaze/Makefile.am b/rtems4.11/microblaze/Makefile.am
index 9fa7685..b7f5a83 100644
--- a/rtems4.11/microblaze/Makefile.am
+++ b/rtems4.11/microblaze/Makefile.am
@@ -14,7 +14,7 @@ BINUTILS_OPTS +=
 ## - RTEMS support is incomplete.
 GCC_VERS = 4.7.3
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 1
+GCC_RPMREL = 2
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 22`
diff --git a/rtems4.11/mips/Makefile.am b/rtems4.11/mips/Makefile.am
index 61a10c5..bccaac7 100644
--- a/rtems4.11/mips/Makefile.am
+++ b/rtems4.11/mips/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/powerpc/Makefile.am b/rtems4.11/powerpc/Makefile.am
index 8ee52aa..a45238e 100644
--- a/rtems4.11/powerpc/Makefile.am
+++ b/rtems4.11/powerpc/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/sh/Makefile.am b/rtems4.11/sh/Makefile.am
index 24cbac0..2b39943 100644
--- a/rtems4.11/sh/Makefile.am
+++ b/rtems4.11/sh/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/sparc/Makefile.am b/rtems4.11/sparc/Makefile.am
index cc61b21..e30d81d 100644
--- a/rtems4.11/sparc/Makefile.am
+++ b/rtems4.11/sparc/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/sparc64/Makefile.am b/rtems4.11/sparc64/Makefile.am
index a9ccb00..9ed0a0d 100644
--- a/rtems4.11/sparc64/Makefile.am
+++ b/rtems4.11/sparc64/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`
diff --git a/rtems4.11/v850/Makefile.am b/rtems4.11/v850/Makefile.am
index 3f459c2..28d3de3 100644
--- a/rtems4.11/v850/Makefile.am
+++ b/rtems4.11/v850/Makefile.am
@@ -11,7 +11,7 @@ BINUTILS_OPTS +=
 
 GCC_VERS = 4.8.0
 GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 2
+GCC_RPMREL = 4
 NEWLIB_VERS = 1.20.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 21`




More information about the vc mailing list