summaryrefslogtreecommitdiffstats
path: root/bare/config/bare-gcc-patches.cfg
blob: 953771e6c847c432d498595ea3133e888ee250ba (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
# Manage Bare GCC/Newlib specific patches in the build sets
#
%if %{defined bare_gcc_patch1}
 Patch1: %{bare_gcc_patch1}
 %if %{defined bare_gcc_patch1_opts}
  %define patch1_opts %{bare_gcc_patch1_opts}
 %endif
%endif
%if %{defined bare_gcc_patch2}
 Patch2: %{bare_gcc_patch2}
 %if %{defined bare_gcc_patch2_opts}
  %define patch2_opts %{bare_gcc_patch2_opts}
 %endif
%endif
%if %{defined bare_gcc_patch3}
 Patch3: %{bare_gcc_patch3}
 %if %{defined bare_gcc_patch3_opts}
  %define patch3_opts %{bare_gcc_patch3_opts}
 %endif
%endif
%if %{defined bare_gcc_patch4}
 Patch4: %{bare_gcc_patch4}
 %if %{defined bare_gcc_patch4_opts}
  %define patch4_opts %{bare_gcc_patch4_opts}
 %endif
%endif
%if %{defined bare_gcc_patch11}
 Patch11: %{bare_gcc_patch11}
 %if %{defined bare_gcc_patch11_opts}
  %define patch11_opts %{bare_gcc_patch11_opts}
 %endif
%endif
%if %{defined bare_gcc_patch12}
 Patch12: %{bare_gcc_patch12}
 %if %{defined bare_gcc_patch12_opts}
  %define patch12_opts %{bare_gcc_patch12_opts}
 %endif
%endif
%if %{defined bare_gcc_patch13}
 Patch13: %{bare_gcc_patch13}
 %if %{defined bare_gcc_patch13_opts}
  %define patch13_opts %{bare_gcc_patch13_opts}
 %endif
%endif
%if %{defined bare_gcc_patch14}
 Patch14: %{bare_gcc_patch14}
 %if %{defined bare_gcc_patch14_opts}
  %define patch14_opts %{bare_gcc_patch14_opts}
 %endif
%endif