X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F90-team.conf;h=66d1eae7a49197c0a9448efefe594a46c0ea29c5;hp=791620516e5f71b87a92a80546239cd3304042fd;hb=7910044064e106073c097a6940d25fe36401266b;hpb=5e1b23536a95597b537e97d045e3139be3d97cdf 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",