diff options
author | Rob Landley <rob@landley.net> | 2019-01-18 06:20:02 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-01-18 06:20:02 -0600 |
commit | d775032eea8056a93a4a2758a112bdb4fd8764bf (patch) | |
tree | e239554677049db26027ed4e1ee0891c4d54e9c1 /scripts | |
parent | 22927b0b9a75f2d8ccee0210645d690128b87e3e (diff) | |
download | toybox-d775032eea8056a93a4a2758a112bdb4fd8764bf.tar.gz |
Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test".
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index b780ef4b..96d5bbdf 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -106,7 +106,7 @@ 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="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less route tar test tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum unxz xzcat bc bison flex" +PENDING="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less route tar tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum sha256sum unxz xzcat bc bison flex" # "gcc" should go away for llvm, but some things still hardwire it TOOLCHAIN="ar as nm cc make ld gcc objdump" |