summaryrefslogtreecommitdiffstats
path: root/Configurations/90-team.norelease.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 13:32:58 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:52 +0200
commite6f98ae404344e4aff55c209dc0f91d76e69fb27 (patch)
treed8ed6f406c03ca6aeddbc4d3af9ad25a17efa60a /Configurations/90-team.norelease.conf
parent989b2ad786ee43438bbb8b33f857ba0ce6e10082 (diff)
Configure: add mechanism to specify asm target architecture
As preparation for moving asm file specs to build.info files, we must make sure there is still some base information to help select the correct files. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9166)
Diffstat (limited to 'Configurations/90-team.norelease.conf')
-rw-r--r--Configurations/90-team.norelease.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/Configurations/90-team.norelease.conf b/Configurations/90-team.norelease.conf
index 7f738e4965..6d1cbfcfef 100644
--- a/Configurations/90-team.norelease.conf
+++ b/Configurations/90-team.norelease.conf
@@ -24,6 +24,7 @@ my %targets = (
ex_libs => add(" ","-ldl"),
bn_ops => "SIXTY_FOUR_BIT_LONG",
thread_scheme => "pthreads",
+ asm_arch => 'x86_64',
perlasm_scheme => "elf",
dso_scheme => "dlfcn",
shared_target => "linux-shared",
@@ -38,6 +39,8 @@ my %targets = (
threads("-D_REENTRANT")),
ex_libs => add(" ","-ldl"),
bn_ops => "BN_LLONG",
+ asm_arch => 'x86',
+ perlasm_scheme => 'elf',
thread_scheme => "pthreads",
dso_scheme => "dlfcn",
},
@@ -48,6 +51,8 @@ my %targets = (
threads("-D_REENTRANT")),
ex_libs => add(" ","-ldl"),
bn_ops => "BN_LLONG",
+ asm_arch => 'x86',
+ perlasm_scheme => 'elf',
thread_scheme => "pthreads",
dso_scheme => "dlfcn",
},
@@ -86,6 +91,7 @@ my %targets = (
threads("${BSDthreads}")),
bn_ops => "SIXTY_FOUR_BIT_LONG",
thread_scheme => "pthreads",
+ asm_arch => 'x86_64',
perlasm_scheme => "elf",
dso_scheme => "dlfcn",
shared_target => "bsd-gcc-shared",
@@ -101,6 +107,7 @@ my %targets = (
sys_id => "MACOSX",
bn_ops => "SIXTY_FOUR_BIT_LONG",
thread_scheme => "pthreads",
+ asm_arch => 'x86_64',
perlasm_scheme => "macosx",
dso_scheme => "dlfcn",
shared_target => "darwin-shared",