Rebuild coreutils-5.0 with tcc+musl and more utilities

Add comm, expr, date, dd, sort, uname, uniq
This commit is contained in:
Paul Dersey 2021-02-07 18:05:02 -05:00
parent 1eb67e5fd1
commit d5a9f4c9ea
4 changed files with 159 additions and 0 deletions

View file

@ -325,3 +325,8 @@ be useful later for autotools.
`diffutils` is useful for comparing two files. It is not immediately needed but
is required later for autotools.
#### Part 27: coreutils 5.0
`coreutils` is rebuilt against musl. Additional utilities are built including
`comm`, `expr`, `date`, `dd`, `sort`, `uname`, and `uniq`.