summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 02:53:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-05-08 02:53:20 +0000
commit1a5a29f25ca713c619630bb45bc5c1761be3b0a2 (patch)
treef650e7c4c3039ff365f33d37f156a44d19d7b32a
parentEnable --with-system-readline only for gdb >= 6.7 (diff)
downloadrtems-1a5a29f25ca713c619630bb45bc5c1761be3b0a2.tar.bz2
Upgrade to gdb-6.8
-rw-r--r--contrib/crossrpms/rtems4.7/sparc/Makefile.am4
-rw-r--r--contrib/crossrpms/rtems4.7/sparc/gdb-sources.add7
2 files changed, 4 insertions, 7 deletions
diff --git a/contrib/crossrpms/rtems4.7/sparc/Makefile.am b/contrib/crossrpms/rtems4.7/sparc/Makefile.am
index d3f74f89bf..73e5c58f8a 100644
--- a/contrib/crossrpms/rtems4.7/sparc/Makefile.am
+++ b/contrib/crossrpms/rtems4.7/sparc/Makefile.am
@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.5
+GDB_VERS = 6.8
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=
diff --git a/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add b/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add
index b28f70b2ab..495ba3cf3e 100644
--- a/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.7/sparc/gdb-sources.add
@@ -1,8 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
-%if "%{gdb_version}" == "6.5"
-Patch0: gdb-6.5-rtems4.7-20071115.diff
-%endif
-%if "%{gdb_version}" == "6.6"
-Patch0: gdb-6.6-rtems4.7-20070218.diff
+%if "%{gdb_version}" == "6.8"
+Patch0: gdb-6.8-rtems4.7-20080429.diff
%endif