summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch')
-rw-r--r--recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
index 6fa58580..0118e2e5 100644
--- a/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
+++ b/recipes-extended/ipxe/files/build-be-explicit-about-fcommon-compiler-directive.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] [build] Be explicit about -fcommon compiler directive
7gcc10 switched default behavior from -fcommon to -fno-common. Since 7gcc10 switched default behavior from -fcommon to -fno-common. Since
8"__shared" relies on the legacy behavior, explicitly specify it. 8"__shared" relies on the legacy behavior, explicitly specify it.
9 9
10Upstream-Status: backport 10Upstream-Status: [backport]
11 11
12Signed-off-by: Bruce Rogers <brogers@suse.com> 12Signed-off-by: Bruce Rogers <brogers@suse.com>
13Modified-by: Michael Brown <mcb30@ipxe.org> 13Modified-by: Michael Brown <mcb30@ipxe.org>