source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.7.1-1.cfg @ 780a2cf

5
Last change on this file since 780a2cf was a083b52, checked in by Chris Johns <chrisj@…>, on 07/29/14 at 06:35:43

Add checksum support for downloaded files.

File download by http, ftp, pw support checksum. The %hash
directive provides a means of setting a hash used to
checksum the file.

Files on disk or just downloaded are checked.

  • Property mode set to 100644
File size: 715 bytes
Line 
1#
2# GDB 7.7.1.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.7.1
9
10#
11# Clean up the sim-arange inline code so it builds.
12#
13%patch add gdb %{rtems_gdb_patches}/gdb-sim-arange-inline.diff
14%hash  md5 gdb-sim-arange-inline.diff 11bb2936ea29afeaa023077191fd4705
15%patch add gdb %{rtems_gdb_patches}/gdb-sim-cgen-inline.diff
16%hash  md5 gdb-sim-cgen-inline.diff e6f7d6d7295cdba99f51aab514ea9778
17
18%if %{_build_os} == freebsd
19 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
20 %hash  md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
21%endif
22
23#
24# The gdb build instructions. We use 7.xx Release 1.
25#
26%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.