Based on LLVM MinGW, with useful libs for beginners.
FOR PACKAGERS, NOT FOR END USERS.
This toolchain heavily depends on compiler hint add-on interface. See the implementation (source or compiled) of Windows LLVM package for example.
On Ubuntu 20.04 or later:
- Install
curl
,git
,libarchive-tools
,p7zip
. - Run
./build.sh
Args:
--clean
: Clean build directory before build.--enable-arm64ec
: Buildutf8init.o
andutf8manifest.o
forarm64ec-pc-windows-msvc
target.--enable-shared
: Build shared libraries.