Add assembly config targets for UEFI build
[openssl.git] / Configurations / 10-main.conf
index 6306a2315abf62dad641ea7fca5dc2dcda6e00ae..a462f9e7195de6ac5647c7910b7a4703a7173601 100644 (file)
@@ -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" => {