aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-geoff.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Configurations/99-personal-geoff.conf')
-rw-r--r--Configurations/99-personal-geoff.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/Configurations/99-personal-geoff.conf b/Configurations/99-personal-geoff.conf
new file mode 100644
index 0000000000..adf0990c7c
--- /dev/null
+++ b/Configurations/99-personal-geoff.conf
@@ -0,0 +1,32 @@
+## Personal configuration targets
+##
+## If you edit this file, run this command before committing
+## make -f Makefile.org TABLE
+## This file is interpolated by the Configure script.
+
+%targets = (
+ "debug-geoff32" => {
+ inherit_from => [ "no_asm_filler" ],
+ cc => "gcc",
+ 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",
+ thread_cflag => "-D_REENTRANT",
+ lflags => "-ldl",
+ bn_ops => "BN_LLONG",
+ dso_scheme => "dlfcn",
+ shared_target => "linux-shared",
+ shared_cflag => "-fPIC",
+ shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ },
+ "debug-geoff64" => {
+ inherit_from => [ "no_asm_filler" ],
+ cc => "gcc",
+ 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",
+ thread_cflag => "-D_REENTRANT",
+ lflags => "-ldl",
+ bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
+ dso_scheme => "dlfcn",
+ shared_target => "linux-shared",
+ shared_cflag => "-fPIC",
+ shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ },
+);