source: rtems-source-builder/rtems/config/rtems-gdb-patches.cfg @ 48e1cd4

4.104.114.95
Last change on this file since 48e1cd4 was 48e1cd4, checked in by Chris Johns <chrisj@…>, on 03/10/13 at 23:58:40

Move all patches to the rtems-tools.git repo.

All patches are now downloaded. No patches or source is held
in the RTEMS Source Builder repo.

As part of this the build sets now have a single rtems_arch define
and the base RTEMS 4.11 build set now creates the _target macro.
With this change a method to manage RTEMS specific patches has been
put in place where build sets can define patches. This avoids needing
special configuration files.

  • Property mode set to 100644
File size: 614 bytes
Line 
1#
2# Manage RTEMS GDB specific patches in the build sets
3#
4%if %{defined rtems_gdb_patch1}
5 Patch1: %{rtems_gdb_patch1}
6%endif
7%if %{defined rtems_gdb_patch2}
8 Patch2: %{rtems_gdb_patch2}
9%endif
10%if %{defined rtems_gdb_patch3}
11 Patch3: %{rtems_gdb_patch3}
12%endif
13%if %{defined rtems_gdb_patch4}
14 Patch4: %{rtems_gdb_patch4}
15%endif
16%if %{defined rtems_gdb_patch11}
17 Patch11: %{rtems_gdb_patch11}
18%endif
19%if %{defined rtems_gdb_patch12}
20 Patch12: %{rtems_gdb_patch12}
21%endif
22%if %{defined rtems_gdb_patch13}
23 Patch13: %{rtems_gdb_patch13}
24%endif
25%if %{defined rtems_gdb_patch14}
26 Patch14: %{rtems_gdb_patch14}
27%endif
Note: See TracBrowser for help on using the repository browser.