Commit c6f815a 1 parent a7841e4 commit c6f815a Copy full SHA for c6f815a
File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ LICENSE = https://www.mono-project.com/docs/faq/licensing
14
14
# Although qoriq can be compiled successfully it won't run as classic floating point unit not available
15
15
# For details see: https://github.com/SynoCommunity/spksrc/issues/3470#issuecomment-469391052
16
16
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
17
19
18
20
PRE_CONFIGURE_TARGET = mono_pre_configure
19
21
GNU_CONFIGURE = 1
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ REQUIRED_MIN_DSM = 5.0
10
10
# Although qoriq can be compiled successfully it won't run as classic floating point unit not available
11
11
# For details see: https://github.com/SynoCommunity/spksrc/issues/3470#issuecomment-469391052
12
12
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
13
15
14
16
MAINTAINER = hgy59
15
17
DESCRIPTION = Cross platform, open source .NET development framework.
You can’t perform that action at this time.
0 commit comments