diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-08-29 13:55:31 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2017-08-29 13:55:31 -0400 |
| commit | ab881f03a3d8b1b6007103eefd1a5ad1342cb83f (patch) | |
| tree | 12b0c1bcb795952e8024e2b7c7667ec56229f5ae /Cryptlib/Makefile | |
| parent | 48d77ce60605698c2fc8fb92c6891ba76d3415c6 (diff) | |
| download | efi-boot-shim-ab881f03a3d8b1b6007103eefd1a5ad1342cb83f.tar.gz efi-boot-shim-ab881f03a3d8b1b6007103eefd1a5ad1342cb83f.zip | |
New upstream version 12+1503074702.5202f80
Diffstat (limited to 'Cryptlib/Makefile')
| -rw-r--r-- | Cryptlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile index a5e02d4d..a025ac53 100644 --- a/Cryptlib/Makefile +++ b/Cryptlib/Makefile @@ -8,7 +8,7 @@ CFLAGS = -ggdb -O0 -I$(TOPDIR) -iquote $(TOPDIR) -fno-stack-protector -fno-stri ifeq ($(ARCH),x86_64) CFLAGS += -mno-mmx -mno-sse -mno-red-zone -nostdinc -maccumulate-outgoing-args \ -DEFI_FUNCTION_WRAPPER -DGNU_EFI_USE_MS_ABI -DNO_BUILTIN_VA_FUNCS \ - -DMDE_CPU_IA64 + -DMDE_CPU_X64 endif ifeq ($(ARCH),ia32) CFLAGS += -mno-mmx -mno-sse -mno-red-zone -nostdinc -maccumulate-outgoing-args -m32 \ |
