rtems-source-builder/rtems/config/rtems-gdb-patches.cfg
Chris Johns 48e1cd44ee 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.
2013-03-11 10:58:40 +11:00

28 lines
614 B
INI

#
# Manage RTEMS GDB specific patches in the build sets
#
%if %{defined rtems_gdb_patch1}
Patch1: %{rtems_gdb_patch1}
%endif
%if %{defined rtems_gdb_patch2}
Patch2: %{rtems_gdb_patch2}
%endif
%if %{defined rtems_gdb_patch3}
Patch3: %{rtems_gdb_patch3}
%endif
%if %{defined rtems_gdb_patch4}
Patch4: %{rtems_gdb_patch4}
%endif
%if %{defined rtems_gdb_patch11}
Patch11: %{rtems_gdb_patch11}
%endif
%if %{defined rtems_gdb_patch12}
Patch12: %{rtems_gdb_patch12}
%endif
%if %{defined rtems_gdb_patch13}
Patch13: %{rtems_gdb_patch13}
%endif
%if %{defined rtems_gdb_patch14}
Patch14: %{rtems_gdb_patch14}
%endif