VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/Configurations/50-win-clang-cl.conf@ 108253

Last change on this file since 108253 was 108206, checked in by vboxsync, 5 weeks ago

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1## -*- mode: perl; -*-
2# Windows on Arm clang-cl targets.
3#
4
5my %targets = (
6 "VC-WIN64-CLANGASM-ARM" => {
7 inherit_from => [ "VC-noCE-common" ],
8 defines => add("_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE",
9 "OPENSSL_SYS_WIN_CORE"),
10 bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
11 multilib => "-arm64",
12 asm_arch => "aarch64",
13 AS => "clang-cl.exe",
14 ASFLAGS => "/nologo /Zi",
15 asflags => "/c",
16 asoutflag => "/Fo",
17 perlasm_scheme => "win64",
18 uplink_arch => 'armv8',
19 },
20 "VC-CLANG-WIN64-CLANGASM-ARM" => {
21 CC => "clang-cl",
22 inherit_from => [ "VC-noCE-common" ],
23 defines => add("_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE",
24 "OPENSSL_SYS_WIN_CORE"),
25 bn_ops => "SIXTY_FOUR_BIT RC4_CHAR",
26 multilib => "-arm64",
27 asm_arch => "aarch64",
28 AS => "clang-cl.exe",
29 ASFLAGS => "/nologo /Zi",
30 asflags => "/c",
31 asoutflag => "/Fo",
32 perlasm_scheme => "win64",
33 uplink_arch => 'armv8',
34 },
35);
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette