summaryrefslogtreecommitdiff
path: root/extra/gnu-efi-libs/disable-ms_abi-flag.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-24 00:07:29 -0700
committerroot <root@rshg054.dnsready.net>2013-06-24 00:07:29 -0700
commitfad7e04efd4045c478db2e849bb8d457b82cdada (patch)
treee34c42c779dd005132e4da1b2bc6c530a25e8088 /extra/gnu-efi-libs/disable-ms_abi-flag.patch
parent8d87c082149a6574a1d17d3c28ab2cb65a1e1d96 (diff)
Mon Jun 24 00:07:29 PDT 2013
Diffstat (limited to 'extra/gnu-efi-libs/disable-ms_abi-flag.patch')
-rw-r--r--extra/gnu-efi-libs/disable-ms_abi-flag.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/gnu-efi-libs/disable-ms_abi-flag.patch b/extra/gnu-efi-libs/disable-ms_abi-flag.patch
deleted file mode 100644
index e363e6481..000000000
--- a/extra/gnu-efi-libs/disable-ms_abi-flag.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/Make.defaults b/Make.defaults
-index 38da180..aa1f4de 100644
---- a/Make.defaults
-+++ b/Make.defaults
-@@ -54,9 +54,9 @@ GCCNEWENOUGH := $(shell ([ $(GCCVERSION) -gt "4" ] || ([ $(GCCVERSION) -eq "4" ]
-
- CPPFLAGS = -DCONFIG_$(ARCH)
- ifeq ($(GCCNEWENOUGH),1)
--CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
-+CPPFLAGS += -maccumulate-outgoing-args --std=c11
- endif
--CFLAGS = $(ARCH3264) -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-merge-constants
-+CFLAGS = $(ARCH3264) -O2 -fpic -Wall -fshort-wchar -fno-strict-aliasing -fno-stack-protector -fno-merge-constants
- ASFLAGS = $(ARCH3264)
- LDFLAGS = -nostdlib
- INSTALL = install