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