mirror of
https://codeberg.org/landley/toybox.git
synced 2026-01-26 06:07:55 +00:00
Bump some changes to next release.
The date tests need a patched musl but I'm not rebuilding the cross compilers yet. And I have patches removing the need for bc and gcc from the kernel build, but if you're building vanilla you still need them.
This commit is contained in:
parent
a468ba2df5
commit
3d072acfd1
@ -106,8 +106,9 @@ done
|
||||
# The following are commands toybox should provide, but doesn't yet.
|
||||
# For now symlink the host version. This list must go away by 1.0.
|
||||
|
||||
PENDING="expr git tr bash sh gzip awk bison flex make" # bc
|
||||
TOOLCHAIN="as cc ld objdump" # gcc
|
||||
PENDING="expr git tr bash sh gzip awk bison flex make"
|
||||
TOOLCHAIN="as cc ld objdump"
|
||||
TOOLCHAIN+="bc gcc" # both patched out but not in vanilla yet
|
||||
|
||||
# Tools needed to build packages
|
||||
for i in $TOOLCHAIN $PENDING $HOST_EXTRA
|
||||
|
||||
0
tests/date.test
Executable file → Normal file
0
tests/date.test
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user