aboutsummaryrefslogtreecommitdiffstats
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..d4a2c732 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
gcc10 switched default behavior from -fcommon to -fno-common. Since
"__shared" relies on the legacy behavior, explicitly specify it.
-Upstream-Status: backport
+Upstream-Status: Backport
Signed-off-by: Bruce Rogers <brogers@suse.com>
Modified-by: Michael Brown <mcb30@ipxe.org>