source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.8.1-1.cfg @ d94bd01

5
Last change on this file since d94bd01 was d94bd01, checked in by Chris Johns <chrisj@…>, on 10/12/17 at 02:47:23

4.12: Update all MD5 hashes to SHA256.

Closes #2536.

  • Property mode set to 100644
File size: 891 bytes
Line 
1#
2# GDB 7.8.1
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.8.1
9
10#%hash md5 gdb-%{gdb_version}.tar.bz2 997492cc3475c96f35ecc8775248c9b1
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  sha256 gdb-sim-arange-inline.diff d20d509942c9f9a69d191b8d8c1546e27d78768dba10b339acad708cf9997d81
17%patch add gdb %{rtems_gdb_patches}/gdb-sim-cgen-inline.diff
18%hash  sha256 gdb-sim-cgen-inline.diff 0ec465d3c5ae967d125409488a1d24fda90b361051adebee32b7512a4031606e
19
20%if %{_build_os} == freebsd
21 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
22 %hash  sha256 patch-gdb-python-python-config.py c06cafc9370063b6f966c68973434f9cce6227c96e22f8ea23f156126f0b33d3
23%endif
24
25#
26# The gdb build instructions. We use 7.xx Release 1.
27#
28%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.