Document most missing options
[openssl.git] / Configurations / 50-haiku.conf
index 5bc4db5f6e596c7f079871107631f08d2d995187..d37ab83ada227cff8e4c6c4ec819d12c9ab57fca 100644 (file)
@@ -18,9 +18,11 @@ my %targets = (
         perl_platform    => 'Unix',
     },
     "haiku-x86" => {
-        inherit_from     => [ "haiku-common", asm("x86_elf_asm") ],
+        inherit_from     => [ "haiku-common" ],
         CFLAGS           => add(picker(release => "-fomit-frame-pointer")),
         bn_ops           => "BN_LLONG",
+        asm_arch         => 'x86',
+        perlasm_scheme   => 'elf',
     },
     "haiku-x86_64" => {
         inherit_from     => [ "haiku-common" ],