https://bugs.kde.org/show_bug.cgi?id=358620
--- Comment #6 from Jeffrey Walton <noloa...@gmail.com> --- This may matter: $ echo $CFLAGS -DNDEBUG -g2 -O3 -march=armv8-a+crc -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard $ echo $CXXFLAGS -DNDEBUG -g2 -O3 -march=armv8-a+crc -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8 -mfloat-abi=hard Th device is a Raspberry Pi 3. Its an ARMv8 device with a Broadcom SoC based on A53 cores. It ships with a 32-bit OS named Raspbian, which effectively makes it Aarch32. The Broadcom SoC has ASIMD (v8 NEON) and CRC32, but it lacks Crypto extensions. That explains the unusual CFLAGS and CXXFLAGS. -- You are receiving this mail because: You are watching all bug changes.