diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-07 20:25:13 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-07 20:25:13 +0900 |
| commit | 2886228d40a765c809792d9e3a181d7461018855 (patch) | |
| tree | 81c2b3114e6d241be48fe42fbdbfff2c4e01ef88 | |
| parent | e1e499b79e0a765dde1aee526844067c1d5b2f12 (diff) | |
internal/rosa/qemu: build static binaries
Dynamic linking here barely saves space, and this is required for binfmt.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/qemu.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/qemu.go b/internal/rosa/qemu.go index 4cd0470c..122b65bd 100644 --- a/internal/rosa/qemu.go +++ b/internal/rosa/qemu.go @@ -62,6 +62,7 @@ EOF {"disable-download"}, {"disable-docs"}, + {"static"}, {"target-list-exclude", "" + // fails to load firmware "ppc-linux-user," + |
