Skip to content

Fix clang builds

In [1], clang switched to using the integrated assembler, which currently breaks s390x and ppc64le [2][3].

This issue is tracked in [4].

[1] https://github.com/torvalds/linux/commit/f12b034afeb3a977bbb1c6584dedc0f3dc666f14
[2] https://github.com/ClangBuiltLinux/linux/issues/1356
[3] https://github.com/ClangBuiltLinux/linux/issues/672
[4] issue #77 (closed)

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Edited by Michael Hofmann

Merge request reports