summaryrefslogtreecommitdiffstats
path: root/Configurations/90-team.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-12 14:55:05 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-16 22:16:31 +0100
commit7910044064e106073c097a6940d25fe36401266b (patch)
treede3305beb7f782209fb9c45a9502ff7c4c0afc49 /Configurations/90-team.conf
parent5e1b23536a95597b537e97d045e3139be3d97cdf (diff)
Find debug- targets that can be combined with their non-debug counterparts and do so
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configurations/90-team.conf')
-rw-r--r--Configurations/90-team.conf54
1 files changed, 0 insertions, 54 deletions
diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf
index 791620516e..66d1eae7a4 100644
--- a/Configurations/90-team.conf
+++ b/Configurations/90-team.conf
@@ -4,9 +4,6 @@
## make -f Makefile.org TABLE
## This file is interpolated by the Configure script.
-# Filler used for when there are no asm files.
-my $no_asm_filler="::::::::::::::::void";
-
%targets = (
"purify" => {
cc => "purify gcc",
@@ -267,18 +264,6 @@ my $no_asm_filler="::::::::::::::::void";
bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
dso_scheme => "dlfcn",
},
- "debug-linux-elf" => {
- inherit_from => [ "x86_elf_asm" ],
- cc => "gcc",
- cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -march=i486 -Wall",
- thread_cflag => "-D_REENTRANT",
- lflags => "-lefence -ldl",
- bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
- dso_scheme => "dlfcn",
- shared_target => "linux-shared",
- shared_cflag => "-fPIC",
- shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- },
"debug-linux-elf-noefence" => {
inherit_from => [ "x86_elf_asm" ],
cc => "gcc",
@@ -317,45 +302,6 @@ my $no_asm_filler="::::::::::::::::void";
shared_cflag => "-fPIC",
shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
},
- "debug-linux-generic32" => {
- inherit_from => [ "no_asm_filler" ],
- cc => "gcc",
- cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -g -Wall",
- thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
- bn_ops => "BN_LLONG 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)",
- },
- "debug-linux-generic64" => {
- inherit_from => [ "no_asm_filler" ],
- cc => "gcc",
- cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -g -Wall",
- 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)",
- },
- "debug-linux-x86_64" => {
- inherit_from => [ "x86_64_asm" ],
- cc => "gcc",
- cflags => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -g -Wall",
- thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
- bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
- perlasm_scheme => "elf",
- dso_scheme => "dlfcn",
- shared_target => "linux-shared",
- shared_cflag => "-fPIC",
- shared_ldflag => "-m64",
- shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
- multilib => "64",
- },
"dist" => {
cc => "cc",
cflags => "-O",