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