From 7b6cc658745460212e2a4d44c17bd12f906f434c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 3 Feb 2022 21:19:21 -0600 Subject: [PATCH] Sort PENDING items into started and not started, and note kernel patch that would remove an entry from toolchain list. --- scripts/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index adf36027..d58d075d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -106,9 +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 less tr vi wget awk sh unxz xzcat bc bison flex make nm ar gzip" +PENDING="dd diff expr tr vi wget sh xzcat bc ar gzip ftpd less awk unxz bison flex make nm" -# "gcc" should go away for llvm, but some things still hardwire it +# "gcc" can go away if the kernel guys merge my patch: +# http://lkml.iu.edu/hypermail/linux/kernel/2202.0/01505.html TOOLCHAIN="as cc ld gcc objdump" # Tools needed to build packages -- 2.39.2