Configure: add mechanism to specify asm target architecture
[openssl.git] / Configurations / 50-djgpp.conf
index a8853a81a1465189515f3afa01bdb85b8375760e..72c8d481fbfcf96bee5013bb9433a7f0beb1eb13 100644 (file)
@@ -12,6 +12,7 @@ my %targets = (
         lflags           => add("-L/dev/env/WATT_ROOT/lib"),
         ex_libs          => add("-lwatt"),
         bn_ops           => "BN_LLONG",
+        asm_arch         => 'x86',
         perlasm_scheme   => "a.out",
     },
 );