summaryrefslogtreecommitdiffstats
path: root/NOTES-WINDOWS.md
diff options
context:
space:
mode:
authorEverton Constantino <everton.constantino@linaro.org>2023-03-16 10:27:12 -0300
committerTomas Mraz <tomas@openssl.org>2023-03-20 14:44:19 +0100
commite9460bb45b38e9edb6a57b79daeefdc80eb9e81f (patch)
tree5c042b569766d4f2163a43c47a0308936cec5c90 /NOTES-WINDOWS.md
parentd293ebde01fc14dabbd64fd6e42dc837be7b1fad (diff)
Update documentation to reflect new Windows on Arm configurations
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20525)
Diffstat (limited to 'NOTES-WINDOWS.md')
-rw-r--r--NOTES-WINDOWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md
index 06ffd1e5d2..4091910641 100644
--- a/NOTES-WINDOWS.md
+++ b/NOTES-WINDOWS.md
@@ -77,6 +77,10 @@ Quick start
- `perl Configure VC-WIN64A` if you want 64-bit OpenSSL or
- `perl Configure VC-WIN64-ARM` if you want Windows on Arm (win-arm64)
OpenSSL or
+ - `perl Configure VC-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64)
+ OpenSSL with assembly support using clang-cl as assembler or
+ - `perl Configure VC-CLANG-WIN64-CLANGASM-ARM` if you want Windows on Arm (win-arm64)
+ OpenSSL using clang-cl as both compiler and assembler or
- `perl Configure VC-WIN32-HYBRIDCRT` if you want 32-bit OpenSSL dependent
on the Universal CRT or
- `perl Configure VC-WIN64A-HYBRIDCRT` if you want 64-bit OpenSSL dependent