X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F50-nonstop.conf;h=ed3fe828b318d0a90072573154cf3f3a2fc7b0e5;hp=873e398169bb7c0b820d60ac8203971029dffc90;hb=HEAD;hpb=5cd17920167a8b4f7a81722a1ed3b514115702de diff --git a/Configurations/50-nonstop.conf b/Configurations/50-nonstop.conf index 873e398169..7a5c5dcd45 100644 --- a/Configurations/50-nonstop.conf +++ b/Configurations/50-nonstop.conf @@ -21,6 +21,8 @@ shared_extension => ".so", ex_libs => add('-lrld'), enable => ['egd'], + # Not currently inherited + disable => ['atexit'], dso_scheme => 'DLFCN', sys_id => 'TANDEM', }, @@ -178,7 +180,7 @@ 'nonstop-archenv-x86_64-oss', 'nonstop-ilp32', 'nonstop-efloat-x86_64' ], - disable => ['threads'], + disable => ['threads','atexit'], }, 'nonstop-nsx_put' => { inherit_from => [ 'nonstop-common', @@ -188,6 +190,7 @@ 'nonstop-model-put' ], multilib => '-put', multibin => '-put', + disable => ['atexit'], }, 'nonstop-nsx_64' => { inherit_from => [ 'nonstop-common', @@ -196,7 +199,7 @@ 'nonstop-efloat-x86_64' ], multilib => '64', multibin => '64', - disable => ['threads'], + disable => ['threads','atexit'], }, 'nonstop-nsx_64_put' => { inherit_from => [ 'nonstop-common', @@ -206,18 +209,19 @@ 'nonstop-model-put' ], multilib => '64-put', multibin => '64-put', + disable => ['atexit'], }, 'nonstop-nsx_g' => { inherit_from => [ 'nonstop-common', 'nonstop-archenv-x86_64-guardian', 'nonstop-ilp32', 'nonstop-nfloat-x86_64' ], - disable => ['threads'], + disable => ['threads','atexit'], }, 'nonstop-nsx_g_tandem' => { inherit_from => [ 'nonstop-common', 'nonstop-archenv-x86_64-guardian', 'nonstop-ilp32', 'nonstop-tfloat-x86_64' ], - disable => ['threads'], + disable => ['threads','atexit'], }, 'nonstop-nsv' => { inherit_from => [ 'nonstop-nsx' ], @@ -227,7 +231,7 @@ 'nonstop-archenv-itanium-oss', 'nonstop-ilp32', 'nonstop-efloat-itanium' ], - disable => ['threads'], + disable => ['threads','atexit'], }, 'nonstop-nse_put' => { inherit_from => [ 'nonstop-common', @@ -237,6 +241,7 @@ 'nonstop-model-put' ], multilib => '-put', multibin => '-put', + disable => ['atexit'], }, 'nonstop-nse_64' => { inherit_from => [ 'nonstop-common', @@ -245,7 +250,7 @@ 'nonstop-efloat-itanium' ], multilib => '64', multibin => '64', - disable => ['threads'], + disable => ['threads','atexit'], }, 'nonstop-nse_64_put' => { inherit_from => [ 'nonstop-common', @@ -255,17 +260,18 @@ 'nonstop-model-put' ], multilib => '64-put', multibin => '64-put', + disable => ['atexit'], }, 'nonstop-nse_g' => { inherit_from => [ 'nonstop-common', 'nonstop-archenv-itanium-guardian', 'nonstop-ilp32', 'nonstop-nfloat-itanium' ], - disable => ['threads'], + disable => ['threads','atexit'], }, 'nonstop-nse_g_tandem' => { inherit_from => [ 'nonstop-common', 'nonstop-archenv-itanium-guardian', 'nonstop-ilp32', 'nonstop-tfloat-itanium' ], - disable => ['threads'], + disable => ['threads','atexit'], },