summaryrefslogtreecommitdiffstats
path: root/bare/config/bare-binutils-patches.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bare/config/bare-binutils-patches.cfg')
-rw-r--r--bare/config/bare-binutils-patches.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/bare/config/bare-binutils-patches.cfg b/bare/config/bare-binutils-patches.cfg
new file mode 100644
index 0000000..c61a29b
--- /dev/null
+++ b/bare/config/bare-binutils-patches.cfg
@@ -0,0 +1,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