summaryrefslogtreecommitdiffstats
path: root/Configurations/README
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 12:37:21 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:52 +0200
commitb19fe714e9d4c50dcb33259346f06d3924b337b7 (patch)
tree36810ed3f2240d61cd2ebff6d3367da9290b8772 /Configurations/README
parent0ee7b9fe7f9afadcf566d740e01043faeaa9476e (diff)
Configure: add mechanism to specify uplink target architecture
As preparation for moving uplink 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/README')
-rw-r--r--Configurations/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/Configurations/README b/Configurations/README
index 8efabb37aa..9d7c67d53c 100644
--- a/Configurations/README
+++ b/Configurations/README
@@ -165,6 +165,11 @@ In each table entry, the following keys are significant:
that use dlopen() et al but do not have
fcntl.h), "DL" (shl_load() et al), "WIN32"
and "VMS".
+ uplink_arch => The architecture to be used for compiling uplink
+ source. This acts as a selector in build.info files.
+ This is separate from asm_arch because it's compiled
+ even when 'no-asm' is given, even though it contains
+ assembler source.
perlasm_scheme => The perlasm method used to create the
assembler files used when compiling with
assembler implementations.