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

4.104.95
Last change on this file since 703c854 was 703c854, checked in by Chris Johns <chrisj@…>, on 03/14/16 at 04:12:41

4.12: Update GDB to gdb-7.11.

  • Property mode set to 100644
File size: 985 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 e6279f26559d839f0b4218a482bcb43e
11
12#
13# Clean up the sim-arange inline code so it builds.
14#
15#%patch add gdb %{rtems_gdb_patches}/gdb-sim-arange-inline.diff
16%hash  md5 gdb-sim-arange-inline.diff 11bb2936ea29afeaa023077191fd4705
17#%patch add gdb %{rtems_gdb_patches}/gdb-sim-cgen-inline.diff
18%hash  md5 gdb-sim-cgen-inline.diff e6f7d6d7295cdba99f51aab514ea9778
19
20#
21# aarch64 and x86_64 support.
22#
23%patch add gdb -p1 %{rtems_gdb_patches}/gdb-7.11-aarch64-x86_64.patch
24%hash md5 gdb-7.11-aarch64-x86_64.patch ed53a5339874193f10b9ac6bb995989d
25
26%if %{_build_os} == freebsd
27 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
28 %hash  md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
29%endif
30
31#
32# The gdb build instructions. We use 7.xx Release 1.
33#
34%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.