a01dab9462
This is a followin from !1738, we no longer need those variables. Reviewed-by: Richard Levitte <levitte@openssl.org>
16 lines
478 B
Perl
16 lines
478 B
Perl
## -*- mode: perl; -*-
|
|
## Personal configuration targets
|
|
##
|
|
## If you edit this file, run this command before committing
|
|
## make -f Makefile.in TABLE
|
|
## This file is interpolated by the Configure script.
|
|
|
|
%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",
|
|
},
|
|
);
|