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 e2515c1109
commit 8b81406b81
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 () {