source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.7-1.cfg @ 7a6d42e

4.104.114.95
Last change on this file since 7a6d42e was 7a6d42e, checked in by Chris Johns <chrisj@…>, on 04/10/14 at 08:22:23

config: Fix for sim common code on Mavrick.

  • Property mode set to 100644
File size: 514 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#
16# Clean up the sim-arange inline code so it builds.
17#
18%define patch1 %{rtems_gdb_patches}/gdb-sim-arange-inline.diff
19
20%if %{_host} == freebsd
21%define patch5      %{rtems_gdb_patches}/patch-gdb-python-python-config.py
22%define patch5_opts -p0
23%endif
24
25#
26# The gdb build instructions. We use 7.xx Release 1.
27#
28%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.