summaryrefslogtreecommitdiffstats
path: root/bare/config/bare-binutils-patches.cfg
blob: c61a29b7c20ab9a79bdd71dd015c6916684c79a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# 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