summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-07-24 10:25:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-07-24 10:25:34 +0000
commit2cc6357beab1e9d1c5f851fd6fcdb2f9709f3106 (patch)
treec3943877fde9bde00d4a71dc02995b09b779bf09
parentd26a03c92cd6269ac1ef509041fc1cdb28d0a9e7 (diff)
Bump GDB_RPMREL.
-rw-r--r--contrib/crossrpms/rtems4.8/arm/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/h8300/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/i386/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/m68k/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/mips/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/mipstx39/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/powerpc/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/sh/Makefile.am2
8 files changed, 8 insertions, 8 deletions
diff --git a/contrib/crossrpms/rtems4.8/arm/Makefile.am b/contrib/crossrpms/rtems4.8/arm/Makefile.am
index 089d419c9b..20f868dfd7 100644
--- a/contrib/crossrpms/rtems4.8/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/arm/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
index cf98ec82e6..5e41141433 100644
--- a/contrib/crossrpms/rtems4.8/h8300/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/i386/Makefile.am b/contrib/crossrpms/rtems4.8/i386/Makefile.am
index ff77fe91f0..05ce227938 100644
--- a/contrib/crossrpms/rtems4.8/i386/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/i386/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/m68k/Makefile.am b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
index 15d4a74b5b..e881ff2761 100644
--- a/contrib/crossrpms/rtems4.8/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/mips/Makefile.am b/contrib/crossrpms/rtems4.8/mips/Makefile.am
index 2ddf9d12fa..d3b15f8f0e 100644
--- a/contrib/crossrpms/rtems4.8/mips/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/mips/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am
index df2337535c..1b6923212e 100644
--- a/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am
@@ -7,6 +7,6 @@ include $(top_srcdir)/mkspec.am
# We only want a gdb with a tx39 simulator in it. We share the other tools
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
index 9ba8246bd1..4ade37f3bf 100644
--- a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am
index f0d70fe375..56bb912e7a 100644
--- a/contrib/crossrpms/rtems4.8/sh/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sh/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 14
+GDB_RPMREL = 15
include ../gdb.am
GDB_OPTS +=