]> git.ipfire.org Git - thirdparty/openssl.git/blame - Configurations/90-team.norelease.conf
Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNC
[thirdparty/openssl.git] / Configurations / 90-team.norelease.conf
CommitLineData
f4d8f037 1## -*- mode: perl; -*-
f09e7ca9 2## Build configuration targets for openssl-team members
f09e7ca9 3
3b6c4b07 4my %targets = (
5e1b2353 5 "purify" => {
d76117b9 6 inherit_from => [ 'BASE_unix' ],
5e1b2353 7 cc => "purify gcc",
abe256e7 8 CFLAGS => "-g -Wall",
9c62a279 9 thread_scheme => "(unknown)",
98fdbce0 10 ex_libs => add(" ","-lsocket -lnsl"),
5e1b2353
RL
11 },
12 "debug" => {
d76117b9 13 inherit_from => [ 'BASE_unix' ],
5e1b2353 14 cc => "gcc",
f3f1cf84 15 cflags => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror",
9c62a279 16 thread_scheme => "(unknown)",
5e1b2353 17 },
5e1b2353 18 "debug-erbridge" => {
d76117b9 19 inherit_from => [ 'BASE_unix', "x86_64_asm" ],
5e1b2353 20 cc => "gcc",
3b437400 21 cflags => combine(join(' ', @gcc_devteam_warn),
e373c70a 22 "-DBN_DEBUG -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g",
9c62a279 23 threads("-D_REENTRANT")),
98fdbce0 24 ex_libs => add(" ","-ldl"),
3e9e810f 25 bn_ops => "SIXTY_FOUR_BIT_LONG",
9c62a279 26 thread_scheme => "pthreads",
e6f98ae4 27 asm_arch => 'x86_64',
5e1b2353
RL
28 perlasm_scheme => "elf",
29 dso_scheme => "dlfcn",
30 shared_target => "linux-shared",
31 shared_cflag => "-fPIC",
32 shared_ldflag => "-m64",
5e1b2353
RL
33 multilib => "64",
34 },
5e1b2353 35 "debug-linux-pentium" => {
d76117b9 36 inherit_from => [ 'BASE_unix', "x86_elf_asm" ],
5e1b2353 37 cc => "gcc",
9c62a279
RL
38 cflags => combine("-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentium -Wall",
39 threads("-D_REENTRANT")),
98fdbce0 40 ex_libs => add(" ","-ldl"),
a01dab94 41 bn_ops => "BN_LLONG",
e6f98ae4
RL
42 asm_arch => 'x86',
43 perlasm_scheme => 'elf',
9c62a279 44 thread_scheme => "pthreads",
5e1b2353
RL
45 dso_scheme => "dlfcn",
46 },
47 "debug-linux-ppro" => {
d76117b9 48 inherit_from => [ 'BASE_unix', "x86_elf_asm" ],
5e1b2353 49 cc => "gcc",
9c62a279
RL
50 cflags => combine("-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -mcpu=pentiumpro -Wall",
51 threads("-D_REENTRANT")),
98fdbce0 52 ex_libs => add(" ","-ldl"),
a01dab94 53 bn_ops => "BN_LLONG",
e6f98ae4
RL
54 asm_arch => 'x86',
55 perlasm_scheme => 'elf',
9c62a279 56 thread_scheme => "pthreads",
5e1b2353
RL
57 dso_scheme => "dlfcn",
58 },
5e1b2353 59 "debug-test-64-clang" => {
d76117b9 60 inherit_from => [ 'BASE_unix', "x86_64_asm" ],
5e1b2353 61 cc => "clang",
3b437400 62 cflags => combine(join(' ', @gcc_devteam_warn),
d4f63f1c 63 "-Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_UNUSED -g3 -O3 -pipe",
9c62a279 64 threads("${BSDthreads}")),
3e9e810f 65 bn_ops => "SIXTY_FOUR_BIT_LONG",
9c62a279 66 thread_scheme => "pthreads",
e6f98ae4 67 asm_arch => 'x86_64',
5e1b2353
RL
68 perlasm_scheme => "elf",
69 dso_scheme => "dlfcn",
70 shared_target => "bsd-gcc-shared",
71 shared_cflag => "-fPIC",
5e1b2353
RL
72 },
73 "darwin64-debug-test-64-clang" => {
d76117b9 74 inherit_from => [ 'BASE_unix', "x86_64_asm" ],
5e1b2353 75 cc => "clang",
e373c70a 76 cflags => combine("-arch x86_64 -DL_ENDIAN",
3b437400 77 join(' ', @gcc_devteam_warn),
d4f63f1c 78 "-Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_UNUSED -g3 -O3 -pipe",
9c62a279 79 threads("${BSDthreads}")),
5e1b2353 80 sys_id => "MACOSX",
3e9e810f 81 bn_ops => "SIXTY_FOUR_BIT_LONG",
9c62a279 82 thread_scheme => "pthreads",
e6f98ae4 83 asm_arch => 'x86_64',
5e1b2353
RL
84 perlasm_scheme => "macosx",
85 dso_scheme => "dlfcn",
86 shared_target => "darwin-shared",
87 shared_cflag => "-fPIC -fno-common",
88 shared_ldflag => "-arch x86_64 -dynamiclib",
d4453024 89 shared_extension => ".\$(SHLIB_VERSION_NUMBER).dylib",
5e1b2353 90 },
f09e7ca9 91);