Upgrade to gdb-6.8.

This commit is contained in:
Ralf Corsepius
2008-05-02 04:55:06 +00:00
parent 355d23b708
commit 1f567f2692
2 changed files with 4 additions and 4 deletions

View File

@@ -17,8 +17,8 @@ NEWLIB_VERS = 1.15.0
include ../gcc.am
GCC_OPTS += --languages=cxx
GDB_VERS = 6.7.1
GDB_VERS = 6.8
GDB_PKGVERS = $(GDB_VERS)
GDB_RPMREL = 4%{?dist}
GDB_RPMREL = 1%{?dist}
include ../gdb.am
GDB_OPTS +=

View File

@@ -1,5 +1,5 @@
Source0: ftp://ftp.gnu.org/pub/gnu/gdb/gdb-%{gdb_version}.tar.bz2
%{?_without_sources:NoSource: 0}
%if "%{gdb_version}" == "6.7.1"
Patch0: gdb-6.7.1-rtems4.8-20080429.diff
%if "%{gdb_version}" == "6.8"
Patch0: gdb-6.8-rtems4.8-20080429.diff
%endif