From 11a12f8a0c5046eca4bd3287347c66f2574164ff Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 27 Jul 2012 10:01:01 +0200 Subject: [PATCH] uncomment -mno-red-zone --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e2fdeb..7efa653 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,11 @@ CFLAGS = \ -nostdinc \ -ffreestanding \ -fno-stack-protector -# -mno-red-zone ifeq ($(ARCH),x86_64) CFLAGS += \ - -DEFI_FUNCTION_WRAPPER + -DEFI_FUNCTION_WRAPPER \ + -mno-red-zone endif LDFLAGS = -T $(LIBEFIDIR)/elf_$(ARCH)_efi.lds \ -- 2.7.4