]> git.ipfire.org Git - ipfire-2.x.git/commit - make.sh
make.sh: riscv64: Emulate SiFive U54 CPU
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2022 12:51:27 +0000 (12:51 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 22 Feb 2022 19:41:39 +0000 (19:41 +0000)
commit68961fd252fc6bb36715376e92df3ef9b2e887d8
treec6004adf9547f7d2417dabbf75c6b613137ac66c
parent1c49332fa3337b49627312b057ce8a878de2bf3e
make.sh: riscv64: Emulate SiFive U54 CPU

In QEMU, some processes seem to freeze/deadlock in their futex handling
which is causing the whole build process to block.

Changing the emulated CPU seems to work around these problems.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh