From a6920abf746e05b66bc66ca74d47e19e9a0bc62c Mon Sep 17 00:00:00 2001 From: Alexander Hill Date: Sun, 21 Dec 2025 19:50:14 -0500 Subject: Replaced busybox with toybox --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 87704f4..b16ebaf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -210,7 +210,7 @@ cmake -S llvm -B build-llvm \ -DCMAKE_INSTALL_PREFIX=$BOOTSTRAP/root \ -DCMAKE_TOOLCHAIN_FILE=$BOOTSTRAP/$TARGET.cmake \ -DLLVM_ENABLE_LIBCXX=ON \ - -DLLVM_ENABLE_PROJECTS="clang;llvm" \ + -DLLVM_ENABLE_PROJECTS="clang;lld;llvm" \ -DLLVM_ENABLE_ZSTD=OFF \ -DLLVM_HOST_TRIPLE=$TARGET \ -DLLVM_INSTALL_BINUTILS_SYMLINKS=ON \ @@ -226,7 +226,7 @@ ln -s clang++ $BOOTSTRAP/root/bin/c++ cd .. # Build remaining software with treetap -SOURCES=(busybox make mold) +SOURCES=(make mold toybox) for name in $SOURCES; do $TREETAP fetch $SPEC/$name/$name.spec $TREETAP build $SPEC/$name/$name.spec @@ -244,7 +244,6 @@ export TT_DIR=$BOOTSTRAP/root/maple/.treetap SOURCES=( autoconf automake - busybox byacc bzip2 cmake @@ -261,6 +260,7 @@ SOURCES=( musl perl pkgconf + toybox xz zlib ) -- cgit v1.2.3