Skip to content

Commit

Permalink
Exclude aarch64 on DSM 6.x (issue SynoCommunity#3666)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Feb 19, 2023
1 parent a7841e4 commit c6f815a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cross/mono/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ LICENSE = https://www.mono-project.com/docs/faq/licensing
# Although qoriq can be compiled successfully it won't run as classic floating point unit not available
# For details see: https://github.com/SynoCommunity/spksrc/issues/3470#issuecomment-469391052
UNSUPPORTED_ARCHS = $(PPC_ARCHS)
# Mono versions newer than 5.8.0 have an incompatibility with aarch64 on DSM 6.x (issue #3666)
UNSUPPORTED_ARCHS_TCVERSION = aarch64-6.1

PRE_CONFIGURE_TARGET = mono_pre_configure
GNU_CONFIGURE = 1
Expand Down
2 changes: 2 additions & 0 deletions spk/mono/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ REQUIRED_MIN_DSM = 5.0
# Although qoriq can be compiled successfully it won't run as classic floating point unit not available
# For details see: https://github.com/SynoCommunity/spksrc/issues/3470#issuecomment-469391052
UNSUPPORTED_ARCHS = $(PPC_ARCHS)
# Mono versions newer than 5.8.0 have an incompatibility with aarch64 on DSM 6.x (issue #3666)
UNSUPPORTED_ARCHS_TCVERSION = aarch64-6.1

MAINTAINER = hgy59
DESCRIPTION = Cross platform, open source .NET development framework.
Expand Down

0 comments on commit c6f815a

Please sign in to comment.