mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Fixes: If external clang is available on the host system, the buildsystem tries to use it. The result will be unpredictable. We can't use the version of clang that is shipped with buildroot either, because it is too old. See: https://code.qt.io/cgit/qt/qttools.git/tree/.cmake.conf?h=6.8.1. So we disable clang support in qt6tools for now. Signed-off-by: Roy Kollen Svendsen <roykollensvendsen@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>