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

5
Last change on this file since 599c4d7 was 5295cb8a, checked in by Joel Sherrill <joel@…>, on 10/23/17 at 16:17:21

rtems-gdb-7.11-1.cfg: Correct sha512sum on gdb-7.11-sis-leon2-leon3.diff

Closes #3202.

  • Property mode set to 100644
File size: 1.0 KB
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#
13# aarch64 and x86_64 support.
14#
15%patch add gdb -p1 %{rtems_gdb_patches}/gdb-7.11-aarch64-x86_64.patch
16%hash sha512 gdb-7.11-aarch64-x86_64.patch 20fc58f6979afd27b4cb0d94f1d5784a5d429ca78d66956e14cd21ad7dc23899
17
18#
19# ERC32 simulator fixes.
20#
21%patch add gdb %{rtems_gdb_patches}/gdb-7.11-sis-leon2-leon3.diff
22%hash sha512 gdb-7.11-sis-leon2-leon3.diff 0b8b2a23c7d1592315fe0130188f457c80f8b1e26645535bed091a5e0671682dc44a1987d00e6939a1b1c562c7579404db43183e666c29c2b479446aa61ca4f6
23
24%if %{_build_os} == freebsd
25 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
26 %hash  sha256 patch-gdb-python-python-config.py c06cafc9370063b6f966c68973434f9cce6227c96e22f8ea23f156126f0b33d3
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.