forked from Imagelibrary/rtems
Update to gdb-6.8.50.20090908.
This commit is contained in:
@@ -19,9 +19,9 @@ NEWLIB_RPMREL = `expr 40 + $(GCC_RPMREL)`
|
|||||||
include ../gcc.am
|
include ../gcc.am
|
||||||
GCC_OPTS += --languages=cxx
|
GCC_OPTS += --languages=cxx
|
||||||
|
|
||||||
GDB_VERS = 6.8.50.20090902
|
GDB_VERS = 6.8.50.20090908
|
||||||
GDB_PKGVERS = $(GDB_VERS)
|
GDB_PKGVERS = $(GDB_VERS)
|
||||||
GDB_RPMREL = 2
|
GDB_RPMREL = 1
|
||||||
include ../gdb.am
|
include ../gdb.am
|
||||||
GDB_OPTS +=
|
GDB_OPTS +=
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090902.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090908.diff
|
||||||
|
|||||||
@@ -45,14 +45,14 @@
|
|||||||
%define _host_rpmprefix %{nil}
|
%define _host_rpmprefix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define gdb_version 6.8.50.20090902
|
%define gdb_version 6.8.50.20090908
|
||||||
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090902 | tr - _)}
|
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090908 | tr - _)}
|
||||||
|
|
||||||
Name: rtems-4.10-mips-rtems4.10-gdb
|
Name: rtems-4.10-mips-rtems4.10-gdb
|
||||||
Summary: Gdb for target mips-rtems4.10
|
Summary: Gdb for target mips-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -126,7 +126,7 @@ Requires: rtems-4.10-gdb-common
|
|||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090902.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090908.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target mips-rtems4.10
|
GDB for target mips-rtems4.10
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ TARGET = mipstx39-rtems4.10
|
|||||||
include $(top_srcdir)/mkspec.am
|
include $(top_srcdir)/mkspec.am
|
||||||
|
|
||||||
# We only want a gdb with a tx39 simulator in it. We share the other tools
|
# We only want a gdb with a tx39 simulator in it. We share the other tools
|
||||||
GDB_VERS = 6.8.50.20090902
|
GDB_VERS = 6.8.50.20090907
|
||||||
GDB_PKGVERS = $(GDB_VERS)
|
GDB_PKGVERS = $(GDB_VERS)
|
||||||
GDB_RPMREL = 2
|
GDB_RPMREL = 1
|
||||||
include ../gdb.am
|
include ../gdb.am
|
||||||
GDB_OPTS +=
|
GDB_OPTS +=
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090902.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090908.diff
|
||||||
|
|||||||
@@ -45,14 +45,14 @@
|
|||||||
%define _host_rpmprefix %{nil}
|
%define _host_rpmprefix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define gdb_version 6.8.50.20090902
|
%define gdb_version 6.8.50.20090907
|
||||||
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090902 | tr - _)}
|
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090907 | tr - _)}
|
||||||
|
|
||||||
Name: rtems-4.10-mipstx39-rtems4.10-gdb
|
Name: rtems-4.10-mipstx39-rtems4.10-gdb
|
||||||
Summary: Gdb for target mipstx39-rtems4.10
|
Summary: Gdb for target mipstx39-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL/LGPL
|
License: GPL/LGPL
|
||||||
URL: http://sources.redhat.com/gdb
|
URL: http://sources.redhat.com/gdb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@@ -126,7 +126,7 @@ Requires: rtems-4.10-gdb-common
|
|||||||
# A copy of a gdb development snapshot having been retrieved from
|
# A copy of a gdb development snapshot having been retrieved from
|
||||||
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
# ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-%{gdb_version}.tar.bz2
|
||||||
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
Source0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}.tar.bz2
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090902.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090908.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target mipstx39-rtems4.10
|
GDB for target mipstx39-rtems4.10
|
||||||
|
|||||||
Reference in New Issue
Block a user