make update
[openssl.git] / Configurations / 99-personal-bodo.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3
4 %targets = (
5     "debug-bodo" => {
6         inherit_from     => [ "x86_64_asm" ],
7         cc               => "gcc",
8         cflags           => combine("$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int",
9                                     threads("-D_REENTRANT")),
10         ex_libs          => add(" ","-ldl"),
11         bn_ops           => "SIXTY_FOUR_BIT_LONG",
12         thread_scheme    => "pthreads",
13         perlasm_scheme   => "elf",
14         dso_scheme       => "dlfcn",
15         shared_target    => "linux-shared",
16         shared_cflag     => "-fPIC",
17         shared_ldflag    => "-m64",
18         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
19         multilib         => "64",
20     },
21 );