]> git.ipfire.org Git - thirdparty/openssl.git/blame - Configurations/99-personal-bodo.conf
Configure - Rename BASE to DEFAULTS and add a few inheritable BASEs
[thirdparty/openssl.git] / Configurations / 99-personal-bodo.conf
CommitLineData
f4d8f037 1## -*- mode: perl; -*-
a5250ec0 2## Personal configuration targets
a5250ec0
RL
3
4%targets = (
5 "debug-bodo" => {
6 inherit_from => [ "x86_64_asm" ],
7 cc => "gcc",
330fad61 8 cflags => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int",
a5250ec0 9 thread_cflag => "-D_REENTRANT",
04b08fbc 10 ex_libs => "-ldl",
3e9e810f 11 bn_ops => "SIXTY_FOUR_BIT_LONG",
a5250ec0
RL
12 perlasm_scheme => "elf",
13 dso_scheme => "dlfcn",
14 shared_target => "linux-shared",
15 shared_cflag => "-fPIC",
16 shared_ldflag => "-m64",
17 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
18 multilib => "64",
19 },
20);