meta-qt6/recipes-python
Samuli Piippo 075716d6fd pyside6: workaround big.LITTLE architectures
Compiler flags are passed to shiboken which uses those with clang.
GCC supports big.LITTLE architecture TUNEs (cortex-a72.cortex-a53)
that clang does not. This causes some targets to fail with
    error: unsupported argument 'cortex-a72.cortex-a53+crc+crypto' to option '-mcpu='

Workaround this by replacing big.LITTLE mcpu args with LITTLE only.
Follows similar workaround done in meta-clang when clang toolchain is used.

Change-Id: I4042cbfb1d48b940539ec970058025ea0b2be937
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
2024-04-12 12:55:17 +00:00
..
pyside6 pyside6: workaround big.LITTLE architectures 2024-04-12 12:55:17 +00:00
pytest-qt pytest-qt: upgrade to latest version 2023-12-19 14:53:15 +00:00