]> git.ipfire.org Git - thirdparty/openssl.git/blob - Configurations/99-personal-geoff.conf
Configurations - no_asm_filler is long gone, don't use it
[thirdparty/openssl.git] / Configurations / 99-personal-geoff.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-geoff32" => {
10 cc => "gcc",
11 cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
12 thread_cflag => "-D_REENTRANT",
13 lflags => "-ldl",
14 bn_ops => "BN_LLONG",
15 dso_scheme => "dlfcn",
16 shared_target => "linux-shared",
17 shared_cflag => "-fPIC",
18 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
19 },
20 "debug-geoff64" => {
21 cc => "gcc",
22 cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
23 thread_cflag => "-D_REENTRANT",
24 lflags => "-ldl",
25 bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
26 dso_scheme => "dlfcn",
27 shared_target => "linux-shared",
28 shared_cflag => "-fPIC",
29 shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
30 },
31 );