summaryrefslogtreecommitdiff
path: root/Cryptlib/OpenSSL
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/OpenSSL
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/OpenSSL')
-rw-r--r--Cryptlib/OpenSSL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/OpenSSL/Makefile b/Cryptlib/OpenSSL/Makefile
index 4319afde..4c683bf5 100644
--- a/Cryptlib/OpenSSL/Makefile
+++ b/Cryptlib/OpenSSL/Makefile
@@ -11,7 +11,7 @@ CFLAGS = -ggdb -O0 -I$(TOPDIR) -I$(TOPDIR)/.. -I$(TOPDIR)/../Include/ -I$(TOPDI
ifeq ($(ARCH),x86_64)
CFLAGS += -mno-mmx -mno-sse -mno-red-zone -maccumulate-outgoing-args \
-DEFI_FUNCTION_WRAPPER -DGNU_EFI_USE_MS_ABI \
- -UNO_BUILTIN_VA_FUNCS -DMDE_CPU_IA64
+ -UNO_BUILTIN_VA_FUNCS -DMDE_CPU_X64
endif
ifeq ($(ARCH),ia32)
CFLAGS += -mno-mmx -mno-sse -mno-red-zone -maccumulate-outgoing-args \