c9a753417edc73a83f034ed9f79796ef10a8a58e
[openssl.git] / Configurations / 99-personal-bodo.conf
1 ## Personal configuration targets
2 ##
3 ## If you edit this file, run this command before committing
4 ##      make -f Makefile.org TABLE
5 ## This file is interpolated by the Configure script.
6
7 %targets = (
8     "debug-bodo" => {
9         inherit_from     => [ "x86_64_asm" ],
10         cc               => "gcc",
11         cflags           => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -DBIO_PAIR_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int",
12         thread_cflag     => "-D_REENTRANT",
13         lflags           => "-ldl",
14         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
15         perlasm_scheme   => "elf",
16         dso_scheme       => "dlfcn",
17         shared_target    => "linux-shared",
18         shared_cflag     => "-fPIC",
19         shared_ldflag    => "-m64",
20         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
21         multilib         => "64",
22     },
23 );