diff options
author | Rob Landley <rob@landley.net> | 2018-06-19 20:24:44 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-06-19 20:24:44 -0500 |
commit | a2363811a34d69b0f26b26a04503a393841d3d0e (patch) | |
tree | c19c9aabc2e442c136bdc7615078fca11781293f | |
parent | d948ac5f32cbb15a43c9785e152a21c1e6b01339 (diff) | |
download | toybox-a2363811a34d69b0f26b26a04503a393841d3d0e.tar.gz |
The kernel's old kconfig had _shipped files, the new one should too, but until
then install bison and flex. (Not yacc and lex, the kernel build is calling
the propreitary versions.)
-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 898bfada..89cd1f07 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 bc" +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 bison flex" # "gcc" should go away for llvm, but some things still hardwire it TOOLCHAIN="ar as nm cc make ld gcc objdump" |