Which is the recommended toolchain to cross-compile Qt5.6 for Raspberry Pi 3? I tried official tools:
https://github.com/raspberrypi/tools
but it seems they don't support the architecture and flag required for RPi3:
QMAKE_CFLAGS = -march=armv8-a+crc -mtune=cortex-a53 -mfpu=crypto-neon-fp-armv8 -pipe -Os -mthumb
QMAKE_CXXFLAGS = $$QMAKE_CFLAGS -std=c++1z