X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F90-team.conf;h=0a83c22aaa1ebcc696110e78b728bb72c28def05;hp=c7f287fb239630d623f8353d772d08dc9a19ff2c;hb=71c94d3c6115ab853bbdc2e0e1e26da2c8aba76a;hpb=9c62a279fecc4ccb95ea55e1ba36470f3eab8775 diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf index c7f287fb23..0a83c22aaa 100644 --- a/Configurations/90-team.conf +++ b/Configurations/90-team.conf @@ -1,16 +1,6 @@ ## -*- mode: perl; -*- ## Build configuration targets for openssl-team members -sub threads { - my @flags = @_; - return sub { add($disabled{threads} ? () : @flags)->(); } -} - -sub combine { - my @stuff = @_; - return sub { add(@stuff)->(); } -} - %targets = ( "purify" => { cc => "purify gcc", @@ -22,7 +12,6 @@ sub combine { cc => "gcc", cflags => "-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror", thread_scheme => "(unknown)", - ex_libs => add(" ","-lefence"), }, "debug-erbridge" => { inherit_from => [ "x86_64_asm" ], @@ -60,19 +49,6 @@ sub combine { thread_scheme => "pthreads", dso_scheme => "dlfcn", }, - "debug-linux-elf-noefence" => { - inherit_from => [ "x86_elf_asm" ], - cc => "gcc", - cflags => combine("-DBN_DEBUG -DREF_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DL_ENDIAN -g -Wall", - threads("-D_REENTRANT")), - ex_libs => add(" ","-ldl"), - bn_ops => "BN_LLONG", - thread_scheme => "pthreads", - dso_scheme => "dlfcn", - shared_target => "linux-shared", - shared_cflag => "-fPIC", - shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", - }, "debug-linux-ia32-aes" => { cc => "gcc", cflags => combine("-DL_ENDIAN -O3 -fomit-frame-pointer -Wall",