01/02/2021 15:55, Juraj Linkeš: > There are compiler issues when building with -mcpu=native with popular > compilers, such as GCC-8.4 and clang (which doesn't define > __ARM_FEATURE_ATOMIC).
What are the issues? Maybe worth pasting a log. > Fix this by always specifying the proper machine > args and never using the native flags. The title says "fix" but it seems to be "remove". [...] > -native_machine_args = ['-mcpu=native'] This is the culprit? Could you provide a "Fixes:" line?