summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-04-29 14:43:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-04-29 14:43:30 +0000
commit9d2aae8b513eb3c3362351a4b2f9818041167d26 (patch)
treeb97e5ecaa696517302681d2d255b6f8def83b4b4
parentSync with CVS-HEAD. (diff)
downloadrtems-9d2aae8b513eb3c3362351a4b2f9818041167d26.tar.bz2
Bump GDB_RPMREL.
-rw-r--r--contrib/crossrpms/rtems4.8/arm/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.8/bfin/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.am6
-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
-rw-r--r--contrib/crossrpms/rtems4.8/sparc/Makefile.am2
10 files changed, 12 insertions, 12 deletions
diff --git a/contrib/crossrpms/rtems4.8/arm/Makefile.am b/contrib/crossrpms/rtems4.8/arm/Makefile.am
index a418c446c1..db5e972695 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 = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/bfin/Makefile.am b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
index 4b25e5397b..dcf1fe81cf 100644
--- a/contrib/crossrpms/rtems4.8/bfin/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/bfin/Makefile.am
@@ -18,6 +18,6 @@ include ../gcc.am
GDB_VERS = 6.5
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3%{?dist}
+GDB_RPMREL = 4%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/h8300/Makefile.am b/contrib/crossrpms/rtems4.8/h8300/Makefile.am
index e433d12c98..288691489e 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 = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/i386/Makefile.am b/contrib/crossrpms/rtems4.8/i386/Makefile.am
index 1e3eeb15dd..ab6fd91578 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 = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/m68k/Makefile.am b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
index 0b5a3ac4f9..f0b2a91718 100644
--- a/contrib/crossrpms/rtems4.8/m68k/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/m68k/Makefile.am
@@ -10,15 +10,15 @@ BINUTILS_RPMREL = 3%{?dist}
include ../binutils.am
BINUTILS_OPTS +=
-GCC_VERS = 4.2.2
+GCC_VERS = 4.3.0
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = 28%{?dist}
+GCC_RPMREL = 29%{?dist}
NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.6
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/mips/Makefile.am b/contrib/crossrpms/rtems4.8/mips/Makefile.am
index 5310c748d0..18c871c3b7 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 = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am b/contrib/crossrpms/rtems4.8/mipstx39/Makefile.am
index 1bc12b590c..790ab66d82 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 = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/powerpc/Makefile.am b/contrib/crossrpms/rtems4.8/powerpc/Makefile.am
index b24ac22cb1..2d4dcb54be 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 = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/sh/Makefile.am b/contrib/crossrpms/rtems4.8/sh/Makefile.am
index c3d6eb161a..8e097fac29 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 = 11%{?dist}
+GDB_RPMREL = 12%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.8/sparc/Makefile.am b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
index e61b4b8820..88afd3c0fe 100644
--- a/contrib/crossrpms/rtems4.8/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.8/sparc/Makefile.am
@@ -19,6 +19,6 @@ GCC_OPTS += --languages=cxx
GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 2%{?dist}
+GDB_RPMREL = 4%{?dist}
include ../gdb.am
GDB_OPTS +=