source: rtems-source-builder/bare/config/bare-binutils-patches.cfg @ 873016c

4.104.114.95
Last change on this file since 873016c was 873016c, checked in by Chris Johns <chrisj@…>, on 11/05/13 at 11:09:11

Add Bare support for GNU tools.

Add support to build bare metal tools such as sparc-elf.

  • Property mode set to 100644
File size: 682 bytes
Line 
1#
2# Manage Bare Binutils specific patches in the build sets
3#
4%if %{defined bare_binutils_patch1}
5 Patch1: %{bare_binutils_patch1}
6%endif
7%if %{defined bare_binutils_patch2}
8 Patch2: %{bare_binutils_patch2}
9%endif
10%if %{defined bare_binutils_patch3}
11 Patch3: %{bare_binutils_patch3}
12%endif
13%if %{defined bare_binutils_patch4}
14 Patch4: %{bare_binutils_patch4}
15%endif
16%if %{defined bare_binutils_patch11}
17 Patch11: %{bare_binutils_patch11}
18%endif
19%if %{defined bare_binutils_patch12}
20 Patch12: %{bare_binutils_patch12}
21%endif
22%if %{defined bare_binutils_patch13}
23 Patch13: %{bare_binutils_patch13}
24%endif
25%if %{defined bare_binutils_patch14}
26 Patch14: %{bare_binutils_patch14}
27%endif
Note: See TracBrowser for help on using the repository browser.