source: rtems-source-builder/rtems/config/tools/rtems-gdb-6.8-1.cfg @ 9a15c40

4.104.114.95
Last change on this file since 9a15c40 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: 360 bytes
Line 
1#
2# GDB 6.8.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 6.8
9
10#
11# RTEMS Build Set patches.
12#
13%source set gdb http://ftp.gnu.org/gnu/gdb/gdb-6.8a.tar.bz2
14%patch  add gdb %{rtems_gdb_patches}/gdb-6.8-rtems4.9-20091111.diff
15
16#
17# The gdb build instructions. We use 6.xx Release 1.
18#
19%include %{_configdir}/gdb-6-1.cfg
Note: See TracBrowser for help on using the repository browser.