mirror of https://github.com/openssl/openssl.git
Add assembly config targets for UEFI build
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11054)
This commit is contained in:
parent
104f85c628
commit
1b72105076
|
@ -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" => {
|
||||
|
|
Loading…
Reference in New Issue