summarylogtreecommitdiffstats
path: root/gnu-efi-disable-use_ms_abi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu-efi-disable-use_ms_abi.patch')
-rw-r--r--gnu-efi-disable-use_ms_abi.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu-efi-disable-use_ms_abi.patch b/gnu-efi-disable-use_ms_abi.patch
deleted file mode 100644
index 531a23c62b13..000000000000
--- a/gnu-efi-disable-use_ms_abi.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Make.defaults b/Make.defaults
-index a22a1b4..4c95e7b 100644
---- a/Make.defaults
-+++ b/Make.defaults
-@@ -83,7 +83,7 @@ GCCNEWENOUGH := $(shell ( [ $(GCCVERSION) -gt "4" ] \
- && [ $(GCCMINOR) -ge "7" ] ) ) \
- && echo 1)
- ifeq ($(GCCNEWENOUGH),1)
-- CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
-+ CPPFLAGS += --std=c11
- endif
-
- # Arch-specific compilation flags