rtems-source-builder/bare/config/bare-binutils-patches.cfg
Chris Johns 873016c249 Add Bare support for GNU tools.
Add support to build bare metal tools such as sparc-elf.
2013-11-05 22:09:11 +11:00

28 lines
682 B
INI

#
# Manage Bare Binutils specific patches in the build sets
#
%if %{defined bare_binutils_patch1}
Patch1: %{bare_binutils_patch1}
%endif
%if %{defined bare_binutils_patch2}
Patch2: %{bare_binutils_patch2}
%endif
%if %{defined bare_binutils_patch3}
Patch3: %{bare_binutils_patch3}
%endif
%if %{defined bare_binutils_patch4}
Patch4: %{bare_binutils_patch4}
%endif
%if %{defined bare_binutils_patch11}
Patch11: %{bare_binutils_patch11}
%endif
%if %{defined bare_binutils_patch12}
Patch12: %{bare_binutils_patch12}
%endif
%if %{defined bare_binutils_patch13}
Patch13: %{bare_binutils_patch13}
%endif
%if %{defined bare_binutils_patch14}
Patch14: %{bare_binutils_patch14}
%endif