source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.11-1.cfg @ 1d61c3a

5
Last change on this file since 1d61c3a was 1d61c3a, checked in by Joel Sherrill <joel@…>, on 11/15/16 at 00:02:22

gdb-7.11-1: Fetch patch from rtems-tools

  • Property mode set to 100644
File size: 830 bytes
Line 
1#
2# GDB 7.11
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.11
9%define gdb_src_ext xz
10%hash md5 gdb-%{gdb_version}.tar.xz b5c784685e1cde65ba135feea86b6d75
11
12#
13# aarch64 and x86_64 support.
14#
15%patch add gdb -p1 %{rtems_gdb_patches}/gdb-7.11-aarch64-x86_64.patch
16%hash md5 gdb-7.11-aarch64-x86_64.patch ed53a5339874193f10b9ac6bb995989d
17
18#
19# ERC32 simulator fixes.
20#
21%patch add gdb %{rtems_gdb_patches}/gdb-7.11-sis-leon2-leon3.diff
22%hash md5 gdb-7.11-sis-leon2-leon3.diff 88eac302290ea2a58bd7e08aaca94efd
23
24%if %{_build_os} == freebsd
25 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
26 %hash  md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
27%endif
28
29#
30# The gdb build instructions. We use 7.xx Release 1.
31#
32%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.