summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gdb-7.11-1.cfg
blob: 4bf54a1b6af68763ddd349f39b51ac6306e5b176 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# GDB 7.11
#

%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define gdb_version 7.11
%define gdb_src_ext xz
%hash md5 gdb-%{gdb_version}.tar.xz b5c784685e1cde65ba135feea86b6d75

#
# ERC32 simulator fixes.
#
%patch add gdb %{rtems_gdb_patches}/gdb-7.11-erc32-endian-fix.diff
%hash md5 gdb-7.11-erc32-endian-fix.diff d0cd4207f0c7d04cb9bc9b918eebfdc6
%patch add gdb %{rtems_gdb_patches}/gdb-7.11-erc32-printf_filtered.diff
%hash md5 gdb-7.11-erc32-printf_filtered.diff 1e03d4c90c0cb4ded7c08963210f7127
%patch add gdb %{rtems_gdb_patches}/gdb-7.11-erc32-common-run.diff
%hash md5 gdb-7.11-erc32-common-run.diff e986ce115b81f7dd45f36d6f257af541

%if %{_build_os} == freebsd
 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
 %hash  md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
%endif

#
# The gdb build instructions. We use 7.xx Release 1.
#
%include %{_configdir}/gdb-7-1.cfg