diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2013-07-02 15:29:48 +0000 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2013-07-02 15:29:48 +0000 |
| commit | 1b5fb6c04f2017cbb47d978ccce1d5cc457d818a (patch) | |
| tree | 3f6cf148d428b33b0a662e8463c8e7e8fdc85c85 /Cryptlib/Makefile | |
| parent | 0bab096d4bd6290d802cb41132ff2f928e0ab2b1 (diff) | |
| parent | bfab8d6791bccc38a8604cbc933048319c920780 (diff) | |
| download | efi-boot-shim-1b5fb6c04f2017cbb47d978ccce1d5cc457d818a.tar.gz efi-boot-shim-1b5fb6c04f2017cbb47d978ccce1d5cc457d818a.zip | |
Merge upstream release 0.4
Diffstat (limited to 'Cryptlib/Makefile')
| -rw-r--r-- | Cryptlib/Makefile | 4 |
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 |
