public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] qemu_environ: set G_SLICE="always_malloc" for riscv64
@ 2023-08-09 17:58 Arne Fitzenreiter
  2023-08-09 17:58 ` [PATCH 2/4] gcc: fix build on riscv64 Arne Fitzenreiter
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arne Fitzenreiter @ 2023-08-09 17:58 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

this is a work around for often hanging processes eg. at
rust builds.

Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
 make.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make.sh b/make.sh
index e0db03619..9297cac1f 100755
--- a/make.sh
+++ b/make.sh
@@ -767,8 +767,8 @@ qemu_environ() {
 			;;
 		riscv64)
 			QEMU_CPU="${QEMU_CPU:-sifive-u54}"
-
-			env="${env} QEMU_CPU=${QEMU_CPU}"
+			G_SLICE="always-malloc"
+			env="${env} QEMU_CPU=${QEMU_CPU} G_SLICE=${G_SLICE}"
 			;;
 	esac
 
-- 
2.39.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-09 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-09 17:58 [PATCH 1/4] qemu_environ: set G_SLICE="always_malloc" for riscv64 Arne Fitzenreiter
2023-08-09 17:58 ` [PATCH 2/4] gcc: fix build on riscv64 Arne Fitzenreiter
2023-08-09 17:58 ` [PATCH 3/4] kernel: update config for riscv64 Arne Fitzenreiter
2023-08-09 17:58 ` [PATCH 4/4] riscv64: rootfile updates for gcc, util-linux and rust Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox