QML: Crashes with "illegal instruction" on armhf / JIT is disabled
Starting kwin_wayland or any QML example (like qmlscene-qt5 with minimer, see https://public.etherpad-mozilla.org/p/faq-hadk#lineNumber=40) on armhf device currently results in crash with:
JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about possible solutions for your platform.
Illegal instruction
I investigated this and found out that qt5-qtdeclarative is built without JIT support due to usage of armv6 toolchain for armhf by Alpine. Would it be possible to build and use armv7 toolchain for it instead?