From 616ed29edf92fb2d60962058a3e2c545d3b652ea Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 30 Jan 2026 00:24:14 +0900 Subject: internal/rosa: early toybox variant This is a variant of toybox with unfinished tools enabled, for artifacts that will end up in a dependency loop without them. Signed-off-by: Ophestra --- internal/rosa/llvm.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/rosa/llvm.go') diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 90210c6d..e86050f8 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -186,6 +186,7 @@ cp -r /system/include /usr/include && rm -rf /system/include t.Load(Perl), t.Load(Diffutils), t.Load(Bash), + t.Load(Gawk), t.Load(Coreutils), t.Load(Findutils), -- cgit v1.3.1