summaryrefslogtreecommitdiff
path: root/Cryptlib/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-08-08 17:48:59 -0400
committerPeter Jones <pjones@redhat.com>2017-08-11 14:10:43 -0400
commitb9354fc4aa32a4c30483bb0c83f0fb13297e7891 (patch)
tree123fbd34e6ecdaf1ec3ccb1c46761f34ee2eea4e /Cryptlib/Makefile
parent0cc030c2f2fba53b74fb09466a07b8e6297a52d3 (diff)
downloadefi-boot-shim-b9354fc4aa32a4c30483bb0c83f0fb13297e7891.tar.gz
efi-boot-shim-b9354fc4aa32a4c30483bb0c83f0fb13297e7891.zip
Fix openssl compile flags for x86_64
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Cryptlib/Makefile')
-rw-r--r--Cryptlib/Makefile2
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 \