source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.3.1-1.cfg @ 15ef359

5
Last change on this file since 15ef359 was 8298f72, checked in by Goetz Pfeiffer <Goetz.Pfeiffer@…>, on 01/11/16 at 16:36:57

Bugfix: gdb-7.3.1 for rtems 4.10 couldn't be built with modern texinfo.

This is fixed by patch file gdb-7.3.1-rtems4.10-20151123.diff from the
rtems-tools.git repository.

Close #2524.

  • Property mode set to 100644
File size: 667 bytes
Line 
1#
2# GDB 7.3.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.3.1
9
10%hash md5 gdb-%{gdb_version}.tar.bz2 b89a5fac359c618dda97b88645ceab47
11
12%patch add gdb %{rtems_gdb_patches}/gdb-7.3.1-rtems4.10-20120918.diff
13%hash md5 gdb-7.3.1-rtems4.10-20120918.diff 81607fc7366fe2ee0a2c8f991929acdc
14%patch add gdb %{rtems_gdb_patches}/gdb-7.3.1-rtems4.10-20151123.diff
15%hash sha512 gdb-7.3.1-rtems4.10-20151123.diff 2e03f9b01626a1f18c025eecb70350bdd7a29574970fb80edc985d0c5731325a68e42d55fb5d3e23440ea6e384e093269cca79a95d5a4e44a678439977da313f
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.