source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.7-1.cfg @ 8ac8ebf

4.104.114.95
Last change on this file since 8ac8ebf was 8ac8ebf, checked in by Chris Johns <chrisj@…>, on 04/09/14 at 05:07:54

config: Add gdb-7.7 support.

  • Property mode set to 100644
File size: 394 bytes
Line 
1#
2# GDB 7.7.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.7
9
10#
11# RTEMS Build Set patches.
12#
13%include rtems-gdb-patches.cfg
14
15%if %{_host} == freebsd
16%define patch5      %{rtems_gdb_patches}/patch-gdb-python-python-config.py
17%define patch5_opts -p0
18%endif
19
20#
21# The gdb build instructions. We use 7.xx Release 1.
22#
23%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.