summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMake.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make.defaults b/Make.defaults
index 1277d14..53360a8 100755
--- a/Make.defaults
+++ b/Make.defaults
@@ -125,9 +125,9 @@ ifeq ($(ARCH),x86_64)
&& [ $(GCCMINOR) -ge "7" ] ) ) \
&& echo 1)
ifeq ($(GCCNEWENOUGH),1)
- CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
+ CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args -std=c11
else ifeq ($(USING_CLANG),clang)
- CPPFLAGS += -DGNU_EFI_USE_MS_ABI --std=c11
+ CPPFLAGS += -DGNU_EFI_USE_MS_ABI -std=c11
endif
CFLAGS += -mno-red-zone