summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/rtems4.9/arm
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 12:27:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 12:27:07 +0000
commita4081ce74c1237d3ef05f2f542c3576c41dff54f (patch)
tree6d5f568f9e188f95b6ea7175c8c3b866778535a2 /contrib/crossrpms/rtems4.9/arm
parentForce building against expat (diff)
downloadrtems-a4081ce74c1237d3ef05f2f542c3576c41dff54f.tar.bz2
gdb-4.7.1
Diffstat (limited to '')
-rw-r--r--contrib/crossrpms/rtems4.9/arm/Makefile.am2
-rw-r--r--contrib/crossrpms/rtems4.9/arm/gdb-sources.add3
2 files changed, 4 insertions, 1 deletions
diff --git a/contrib/crossrpms/rtems4.9/arm/Makefile.am b/contrib/crossrpms/rtems4.9/arm/Makefile.am
index e22dd0665e..b5e84eb642 100644
--- a/contrib/crossrpms/rtems4.9/arm/Makefile.am
+++ b/contrib/crossrpms/rtems4.9/arm/Makefile.am
@@ -17,7 +17,7 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
-GDB_VERS = 6.7
+GDB_VERS = 6.7.1
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 2%{?dist}
include ../gdb.am
diff --git a/contrib/crossrpms/rtems4.9/arm/gdb-sources.add b/contrib/crossrpms/rtems4.9/arm/gdb-sources.add
index 051bd79df5..d2ff5c34c1 100644
--- a/contrib/crossrpms/rtems4.9/arm/gdb-sources.add
+++ b/contrib/crossrpms/rtems4.9/arm/gdb-sources.add
@@ -9,3 +9,6 @@ Patch0: gdb-6.6-rtems4.8-20070306.diff
%if "%{gdb_version}" == "6.7"
Patch0: gdb-6.7-rtems4.9-20071011.diff
%endif
+%if "%{gdb_version}" == "6.7.1"
+Patch0: gdb-6.7.1-rtems4.9-20071031.diff
+%endif