22 lines
608 B
Diff
22 lines
608 B
Diff
--- a/Configurations/10-main.conf
|
|
+++ b/Configurations/10-main.conf
|
|
@@ -1603,6 +1603,18 @@
|
|
multilib => "64",
|
|
},
|
|
|
|
+ "mingwarm64" => {
|
|
+ inherit_from => [ "mingw-common" ],
|
|
+ cflags => "",
|
|
+ sys_id => "MINGWARM64",
|
|
+ bn_ops => add("SIXTY_FOUR_BIT"),
|
|
+ asm_arch => 'aarch64',
|
|
+ uplink_arch => 'armv8',
|
|
+ perlasm_scheme => "win64",
|
|
+ shared_rcflag => "",
|
|
+ multilib => "-arm64",
|
|
+ },
|
|
+
|
|
#### UEFI
|
|
"UEFI" => {
|
|
inherit_from => [ "BASE_unix" ],
|