Matthew Leach
4cd9fab80b
scripts: deps: usertest: new
...
Add a script to build the userspace test program and include it in the
initramfs.
2025-12-13 19:21:22 -08:00
Matthew Leach
e2a9306037
build-deps: busybox: don't popd too many times
...
Fix the busybox deps script's dir stack underflow.
2025-12-13 19:21:22 -08:00
Matthew Leach
76624b8be0
scripts/deps/bash: fix build for later gcc
...
'bool' has become a reserved keyword in c23. If gcc is modern enough
that this is the default standard, it results in an error. Default to
c99 for the host compiler to fix the problem.
Patch suggested by: @dec-mcgraw
Fixes : #43
2025-12-07 16:41:35 +00:00
Matthew Leach
afaae627cf
scripts/deps/bash: use release tar
...
Rather than closing the entire git repo, use the offical tar.gz release
from GNU.
2025-12-07 16:41:35 +00:00
Herman Polloni
41814dddbe
Fix bash build on aarch64 host
2025-11-30 10:19:14 +00:00
Steve Biedermann
e5c4ef7e74
restructure build scripts
2025-11-25 22:06:39 +01:00