From: Christopher J Zurcher Date: Thu, 6 Feb 2020 02:56:53 +0000 (-0800) Subject: Add assembly config targets for UEFI build X-Git-Tag: openssl-3.0.0-alpha1~480 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1b72105076bb2e73f3c8461f9c0ca5ecefe007c8;hp=104f85c62886e25188a71d1e498e553abedbf78c;p=openssl.git Add assembly config targets for UEFI build Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11054) --- diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 6306a2315a..a462f9e719 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1483,6 +1483,16 @@ my %targets = ( lib_cppflags => "-DL_ENDIAN", sys_id => "UEFI", }, + "UEFI-x86" => { + inherit_from => [ "UEFI" ], + asm_arch => 'x86', + perlasm_scheme => "win32n", + }, + "UEFI-x86_64" => { + inherit_from => [ "UEFI" ], + asm_arch => 'x86_64', + perlasm_scheme => "nasm", + }, #### UWIN "UWIN" => {