Toolchain: Build full toolchain with one call to toolchain/build.sh

This commit is contained in:
2023-11-20 00:53:43 +02:00
parent 9e44e8be75
commit 8630f71f0c
2 changed files with 23 additions and 24 deletions

View File

@@ -39,8 +39,6 @@ build_toolchain () {
fi
$BANAN_TOOLCHAIN_DIR/build.sh
build_target libc-install
$BANAN_TOOLCHAIN_DIR/build.sh libstdc++
}
create_image () {