diff options
author | Rob Landley <rob@landley.net> | 2019-09-06 21:29:10 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-09-06 21:29:10 -0500 |
commit | 8781f3c361ab1e96875c3afc6cf99f47c6ce34b6 (patch) | |
tree | 6b64d81d92a490a49ec94ffc749ca6b03ff1e695 /scripts | |
parent | 3356140fd2d6f15b119ca98b4d7ff969a764cee6 (diff) | |
download | toybox-8781f3c361ab1e96875c3afc6cf99f47c6ce34b6.tar.gz |
Update airlock targets.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index 8183b1d8..cbf96848 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -106,10 +106,10 @@ 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 ftpget ftpput gzip less route tr vi wget awk fdisk sh sha512sum sha256sum unxz xzcat bc bison flex" +PENDING="dd diff expr ftpd less tr vi wget awk sh sha512sum sha256sum unxz xzcat bc bison flex make nm ar" # "gcc" should go away for llvm, but some things still hardwire it -TOOLCHAIN="ar as nm cc make ld gcc objdump" +TOOLCHAIN="as cc ld gcc objdump" if [ ! -z "$AIRLOCK" ] then |