summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2013-07-02 15:29:48 +0000
committerSteve Langasek <steve.langasek@canonical.com>2013-07-02 15:29:48 +0000
commit1b5fb6c04f2017cbb47d978ccce1d5cc457d818a (patch)
tree3f6cf148d428b33b0a662e8463c8e7e8fdc85c85 /Cryptlib/Makefile
parent0bab096d4bd6290d802cb41132ff2f928e0ab2b1 (diff)
parentbfab8d6791bccc38a8604cbc933048319c920780 (diff)
downloadefi-boot-shim-1b5fb6c04f2017cbb47d978ccce1d5cc457d818a.tar.gz
efi-boot-shim-1b5fb6c04f2017cbb47d978ccce1d5cc457d818a.zip
Merge upstream release 0.4
Diffstat (limited to 'Cryptlib/Makefile')
-rw-r--r--Cryptlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile
index 925db8db..08908389 100644
--- a/Cryptlib/Makefile
+++ b/Cryptlib/Makefile
@@ -10,9 +10,9 @@ LIB_GCC = $(shell $(CC) -print-libgcc-file-name)
EFI_LIBS = -lefi -lgnuefi $(LIB_GCC)
CFLAGS = -ggdb -O0 -I. -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar \
- -Wall $(EFI_INCLUDES) -mno-red-zone
+ -Wall $(EFI_INCLUDES) -mno-red-zone -maccumulate-outgoing-args -mno-sse -mno-mmx
ifeq ($(ARCH),x86_64)
- CFLAGS += -DEFI_FUNCTION_WRAPPER
+ CFLAGS += -DEFI_FUNCTION_WRAPPER -DGNU_EFI_USE_MS_ABI
endif
LDFLAGS = -nostdlib -znocombreloc