Skip to content

Commit

Permalink
ARMv7L_ARCHS unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve authored and mreid-tt committed Nov 10, 2024
1 parent 2b2db13 commit 5164181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/sickchill/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PYTHON_PACKAGE = python311
SPK_DEPENDS = "python311>=3.11.5-8"

# archs without C++11 support are not supported:
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS)
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS) $(ARMv7L_ARCHS)

# [lxml]
DEPENDS += cross/libxml2
Expand Down

0 comments on commit 5164181

Please sign in to comment.