]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
make.sh: riscv64: Emulate SiFive U54 CPU
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Feb 2022 11:56:45 +0000 (11:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Feb 2022 12:46:38 +0000 (12:46 +0000)
commitf95ccc8885c2420ddbf4c1816fdd61beb1e73faa
treec6004adf9547f7d2417dabbf75c6b613137ac66c
parent091a2faae3fb443b7dc999eddad2fab8a0b0f2c1
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