diff options
author | Rob Landley <rob@landley.net> | 2021-06-04 06:18:09 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2021-06-04 06:18:09 -0500 |
commit | df63d49f9f661cb48a082a993770c9ba4d76c744 (patch) | |
tree | 5cd1c87232f24e11154fdecebf62059425e20b6c | |
parent | 0842ada4d6982f1b4c06a1bf08403961ca95f0bc (diff) | |
download | toybox-df63d49f9f661cb48a082a993770c9ba4d76c744.tar.gz |
"make install_airlock" no longer needs host versions of sha256/512sum.
-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 648a2411..adf36027 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="dd diff expr ftpd less tr vi wget awk sh sha512sum sha256sum unxz xzcat bc bison flex make nm ar gzip" +PENDING="dd diff expr ftpd less tr vi wget awk sh unxz xzcat bc bison flex make nm ar gzip" # "gcc" should go away for llvm, but some things still hardwire it TOOLCHAIN="as cc ld gcc objdump" |