source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.11-2.cfg @ 295f9e9

Last change on this file since 295f9e9 was ebe0053, checked in by Sebastian Huber <sebastian.huber@…>, on 11/10/17 at 08:34:12

5: Use custome GDB 7.11 without for or1k

Do not include aarch64 and SPARC patches.

  • Property mode set to 100644
File size: 553 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 sha256 gdb-%{gdb_version}.tar.xz 7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
11
12%if %{_build_os} == freebsd
13 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
14 %hash  sha256 patch-gdb-python-python-config.py c06cafc9370063b6f966c68973434f9cce6227c96e22f8ea23f156126f0b33d3
15%endif
16
17#
18# The gdb build instructions. We use 7.xx Release 1.
19#
20%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.