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:
Rob Landley 2023-01-09 00:58:45 -06:00
parent a468ba2df5
commit 3d072acfd1
2 changed files with 3 additions and 2 deletions

View File

@ -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
View File