diff options
author | Rob Landley <rob@landley.net> | 2017-04-18 13:19:07 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-04-18 13:19:07 -0500 |
commit | 9be140ebb29f92be2b3924eb1442b38a9e062966 (patch) | |
tree | 50d8ea87974e0f34b6ceb44adb5c6d93900028ca /scripts | |
parent | 8d826bf4499d390f91296dd286cd5e847070fd78 (diff) | |
download | toybox-9be140ebb29f92be2b3924eb1442b38a9e062966.tar.gz |
The kernel needs bc to build because
https://landley.net/notes-2013.html#28-03-2013 so add it to the airlock install.
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 2e46b4fb..3d5b5a70 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 ping route tar test tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum unxz xzcat" +PENDING="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less ping route tar test tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum unxz xzcat bc" # "gcc" should go away for llvm, but some things still hardwire it TOOLCHAIN="ar as nm cc make ld gcc objdump" |