mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-07 16:13:07 +00:00
Update to gdb-6.8.50.20090329
This commit is contained in:
@@ -19,9 +19,9 @@ NEWLIB_RPMREL = `expr 21 + $(GCC_RPMREL)`
|
|||||||
include ../gcc.am
|
include ../gcc.am
|
||||||
GCC_OPTS += --languages=cxx
|
GCC_OPTS += --languages=cxx
|
||||||
|
|
||||||
GDB_VERS = 6.8.50.20090224
|
GDB_VERS = 6.8.50.20090329
|
||||||
GDB_PKGVERS = $(GDB_VERS)
|
GDB_PKGVERS = $(GDB_VERS)
|
||||||
GDB_RPMREL = 3
|
GDB_RPMREL = 1
|
||||||
include ../gdb.am
|
include ../gdb.am
|
||||||
GDB_OPTS += --disable-infos
|
GDB_OPTS += --disable-infos
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# 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/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
|
||||||
|
|
||||||
# rtems-4.10 patches
|
# rtems-4.10 patches
|
||||||
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
||||||
# + misc small fixes to lm32-sim/gdb
|
# + misc small fixes to lm32-sim/gdb
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090225.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
|
||||||
|
|||||||
@@ -45,14 +45,14 @@
|
|||||||
%define _host_rpmprefix %{nil}
|
%define _host_rpmprefix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define gdb_version 6.8.50.20090224
|
%define gdb_version 6.8.50.20090329
|
||||||
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090224 | tr - _)}
|
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090329 | tr - _)}
|
||||||
|
|
||||||
Name: rtems-4.10-lm32-rtems4.10-gdb
|
Name: rtems-4.10-lm32-rtems4.10-gdb
|
||||||
Summary: Gdb for target lm32-rtems4.10
|
Summary: Gdb for target lm32-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 3%{?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)
|
||||||
@@ -75,6 +75,11 @@ BuildRequires: %{_host_rpmprefix}gcc
|
|||||||
%if "lm32-rtems4.10" == "h8300-rtems4.10"
|
%if "lm32-rtems4.10" == "h8300-rtems4.10"
|
||||||
%define build_sim --disable-sim
|
%define build_sim --disable-sim
|
||||||
%endif
|
%endif
|
||||||
|
%if "%{gdb_version}" >= "6.8.50"
|
||||||
|
%if "lm32-rtems4.10" == "m32c-rtems4.10"
|
||||||
|
%define build_sim --disable-sim
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
%if "lm32-rtems4.10" == "lm32-rtems4.10"
|
%if "lm32-rtems4.10" == "lm32-rtems4.10"
|
||||||
%define build_sim --disable-sim
|
%define build_sim --disable-sim
|
||||||
%endif
|
%endif
|
||||||
@@ -104,13 +109,13 @@ BuildRequires: %{_host_rpmprefix}ncurses-devel
|
|||||||
|
|
||||||
|
|
||||||
# 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/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
|
||||||
|
|
||||||
# rtems-4.10 patches
|
# rtems-4.10 patches
|
||||||
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
||||||
# + misc small fixes to lm32-sim/gdb
|
# + misc small fixes to lm32-sim/gdb
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090225.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target lm32-rtems4.10
|
GDB for target lm32-rtems4.10
|
||||||
|
|||||||
@@ -19,9 +19,9 @@ NEWLIB_RPMREL = `expr 21 + $(GCC_RPMREL)`
|
|||||||
include ../gcc.am
|
include ../gcc.am
|
||||||
GCC_OPTS += --disable-infos
|
GCC_OPTS += --disable-infos
|
||||||
|
|
||||||
GDB_VERS = 6.8.50.20090224
|
GDB_VERS = 6.8.50.20090329
|
||||||
GDB_PKGVERS = $(GDB_VERS)
|
GDB_PKGVERS = $(GDB_VERS)
|
||||||
GDB_RPMREL = 4
|
GDB_RPMREL = 1
|
||||||
include ../gdb.am
|
include ../gdb.am
|
||||||
GDB_OPTS += --disable-infos
|
GDB_OPTS += --disable-infos
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# 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/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
|
||||||
|
|
||||||
# rtems-4.10 patches
|
# rtems-4.10 patches
|
||||||
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
||||||
# + misc small fixes to lm32-sim/gdb
|
# + misc small fixes to lm32-sim/gdb
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090225.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
|
||||||
|
|||||||
@@ -45,14 +45,14 @@
|
|||||||
%define _host_rpmprefix %{nil}
|
%define _host_rpmprefix %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define gdb_version 6.8.50.20090224
|
%define gdb_version 6.8.50.20090329
|
||||||
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090224 | tr - _)}
|
%define gdb_rpmvers %{expand:%(echo 6.8.50.20090329 | tr - _)}
|
||||||
|
|
||||||
Name: rtems-4.10-m32c-rtems4.10-gdb
|
Name: rtems-4.10-m32c-rtems4.10-gdb
|
||||||
Summary: Gdb for target m32c-rtems4.10
|
Summary: Gdb for target m32c-rtems4.10
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Version: %{gdb_rpmvers}
|
Version: %{gdb_rpmvers}
|
||||||
Release: 4%{?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)
|
||||||
@@ -109,13 +109,13 @@ BuildRequires: %{_host_rpmprefix}ncurses-devel
|
|||||||
|
|
||||||
|
|
||||||
# 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/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
|
||||||
|
|
||||||
# rtems-4.10 patches
|
# rtems-4.10 patches
|
||||||
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
# + lm32-sim/gdb http://sourceware.org/ml/gdb-patches/2008-12/msg00373.html
|
||||||
# + misc small fixes to lm32-sim/gdb
|
# + misc small fixes to lm32-sim/gdb
|
||||||
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-%{gdb_version}-rtems4.10-20090225.diff
|
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/gdb-6.8.50.20090224-rtems4.10-20090225.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GDB for target m32c-rtems4.10
|
GDB for target m32c-rtems4.10
|
||||||
|
|||||||
Reference in New Issue
Block a user