56b10d8824
Since the configs were remade into hash tables, this isn't needed any more. Reviewed-by: Rich Salz <rsalz@openssl.org>
12 lines
331 B
Perl
12 lines
331 B
Perl
## -*- mode: perl; -*-
|
|
## Personal configuration targets
|
|
|
|
%targets = (
|
|
"debug-rse" => {
|
|
inherit_from => [ "x86_elf_asm" ],
|
|
cc => "cc",
|
|
cflags => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
|
|
thread_cflag => "(unknown)",
|
|
bn_ops => "BN_LLONG",
|
|
},
|
|
);
|