source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.6.2-1.cfg @ f81b0a5

5
Last change on this file since f81b0a5 was 9a15c40, checked in by Chris Johns <chrisj@…>, on 05/13/14 at 13:26:09

sb: Implement %source and %patch to manage source and patches.

Remove the numbered source and patches and automatically manage
sources and patches. This removes the overhead in maintaining large
collections of patches.

  • Property mode set to 100644
File size: 315 bytes
Line 
1#
2# GDB 7.6.2.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.6.2
9
10%if %{_build_os} == freebsd
11 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
12%endif
13
14#
15# The gdb build instructions. We use 7.xx Release 1.
16#
17%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.