Configure: add mechanism to specify asm target architecture
[openssl.git] / Configurations / 50-haiku.conf
index 5bc4db5f6e596c7f079871107631f08d2d995187..5543e777cb2c1485adbdcde12d03c66a9fe8b80e 100644 (file)
@@ -21,6 +21,8 @@ my %targets = (
         inherit_from     => [ "haiku-common", asm("x86_elf_asm") ],
         CFLAGS           => add(picker(release => "-fomit-frame-pointer")),
         bn_ops           => "BN_LLONG",
+        asm_arch         => 'x86',
+        perlasm_scheme   => 'elf',
     },
     "haiku-x86_64" => {
         inherit_from     => [ "haiku-common" ],