Skip to content

Commit c6f815a

Browse files
committed
Exclude aarch64 on DSM 6.x (issue SynoCommunity#3666)
1 parent a7841e4 commit c6f815a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cross/mono/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ LICENSE = https://www.mono-project.com/docs/faq/licensing
1414
# Although qoriq can be compiled successfully it won't run as classic floating point unit not available
1515
# For details see: https://github.com/SynoCommunity/spksrc/issues/3470#issuecomment-469391052
1616
UNSUPPORTED_ARCHS = $(PPC_ARCHS)
17+
# Mono versions newer than 5.8.0 have an incompatibility with aarch64 on DSM 6.x (issue #3666)
18+
UNSUPPORTED_ARCHS_TCVERSION = aarch64-6.1
1719

1820
PRE_CONFIGURE_TARGET = mono_pre_configure
1921
GNU_CONFIGURE = 1

spk/mono/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ REQUIRED_MIN_DSM = 5.0
1010
# Although qoriq can be compiled successfully it won't run as classic floating point unit not available
1111
# For details see: https://github.com/SynoCommunity/spksrc/issues/3470#issuecomment-469391052
1212
UNSUPPORTED_ARCHS = $(PPC_ARCHS)
13+
# Mono versions newer than 5.8.0 have an incompatibility with aarch64 on DSM 6.x (issue #3666)
14+
UNSUPPORTED_ARCHS_TCVERSION = aarch64-6.1
1315

1416
MAINTAINER = hgy59
1517
DESCRIPTION = Cross platform, open source .NET development framework.

0 commit comments

Comments
 (0)