Files
build_infra/linux_shell/cqwrteur/toolchainbuildscripts-main/all.sh
T
2026-06-16 10:23:51 +08:00

15 lines
350 B
Bash

buildallcurrentpath=$(realpath .)
cd $buildallcurrentpath/llvm
./all.sh "$@"
./libcxx-windows-msvc.sh "$@"
cd $buildallcurrentpath/others
./wasm-sysroots.sh "$@"
cd $buildallcurrentpath/gccbuild/x86_64-w64-mingw32
./all.sh "$@"
cd $buildallcurrentpath/wavm
./all.sh "$@"
cd $buildallcurrentpath/wine
./wine.sh "$@"
./aarch64-linux-android30.sh "$@"