Skip to content

Commit

Permalink
synocli-devel: avoid llvm for DSM 5.2 (#5896)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 authored Sep 19, 2023
1 parent d2751ed commit 4f987de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spk/synocli-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OPTIONAL_DEPENDS = cross/llvm

include ../../mk/spksrc.common.mk

ifneq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(OLD_PPC_ARCHS)),$(ARCH))
ifneq ($(call version_lt, $(TC_GCC), 4.8.1),1)
DEPENDS += cross/llvm
endif

Expand Down Expand Up @@ -104,7 +104,7 @@ endif
##
## LLVM
##
ifneq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(OLD_PPC_ARCHS)),$(ARCH))
ifneq ($(call version_lt, $(TC_GCC), 4.8.1),1)
ifeq ($(call version_ge, $(TC_GCC), 5.1),1)
OPTIONAL_DESC += ", LLVM 16.0.6"
SPK_COMMANDS += bin/clang-16
Expand Down

0 comments on commit 4f987de

Please sign in to comment.