logo
0
0
WeChat Login
Alex Rønne Petersen<alex@alexrp.com>
update zig sources to 0.16.0-dev.157+7fdd60df1

zig-bootstrap

The purpose of this project is to start with minimum system dependencies and end with a fully operational Zig compiler for any target.

Version Information

This repository copies sources from upstream. Patches listed below. Use git to find and inspect the patch diffs.

  • LLVM, LLD, Clang 21.1.0
  • zlib 1.3.1
  • zstd 1.5.2
  • zig 0.16.0-dev.157+7fdd60df1

For other versions, check the git tags of this repository.

Patches

  • all: Deleted unused files.
  • LLVM: Support .lib extension for static zstd.
  • LLVM: Portable handling of .def linker flag
  • LLVM: Don't pass -static when building executables.
  • Clang: Ignore the examples directory
  • Clang: Disable building of libclang-cpp.so.
  • Clang: remove nvptx-arch and amdgpu-arch symlinks
  • LLD: Added additional include directory to Zig's libunwind.
  • LLD: Respect LLD_BUILD_TOOLS=OFF
  • LLD: Skip building docs
  • zlib: Delete the ability to build a shared library.

Host System Dependencies

  • C++ compiler capable of building LLVM, Clang, and LLD from source (GCC 5.1+ or Clang)
    • On some systems, static libstdc++/libc++ may need to be installed
  • CMake 3.19 or later
  • make, ninja, or any other build system supported by CMake
  • POSIX system (bash, mkdir, cd)
  • Python 3

Build Instructions

./build <arch>-<os>-<abi> <mcpu>

All parameters are required:

  • <arch>-<os>-<abi>: Replace with one of the Supported Targets below, or use native for the <arch> value (e.g. native-linux-gnu) to use the native architecture.
  • <mcpu>: Replace with a -mcpu parameter of Zig. baseline is recommended and means it will target a generic CPU for the target. native means it will target the native CPU. See the Zig documentation for more details.

Please be aware of the following two CMake environment variables that can significantly affect how long it takes to build:

  • CMAKE_GENERATOR can be used to select a different generator instead of the default. For example, CMAKE_GENERATOR=Ninja.
  • CMAKE_BUILD_PARALLEL_LEVEL can be used to introduce parallelism to build systems (such as make) which do not default to parallel builds. This option is irrelevant when using Ninja.

When it succeeds, output can be found in out/zig-<target>-<cpu>/.

Windows Build Instructions

Bootstrapping on Windows with MSVC is also possible via build.bat, which takes the same arguments as build above.

This script requires that the "C++ CMake tools for Windows" component be installed via the Visual Studio installer.

The script must be run within the Developer Command Prompt for VS 2019 shell:

build.bat <arch>-<os>-<abi> <mcpu>

To build for x86 Windows, run the script within the x86 Native Tools Command Prompt for VS 2019.

Supported Targets

If you try a "not tested" one and find a problem please file an issue, and a pull request linking to the issue in the table.

If you try a "not tested" one and find that it works, please file a pull request changing the status to "OK".

If you try an "OK" one and it does not work, please check if there is an existing issue, and if not, file an issue.

Note: Generally, for Linux targets, we prefer the musl libc builds over the glibc builds here, because musl builds end up producing a static binary, which is more portable across Linux distributions.

FreeBSD

TargetStatus
aarch64-freebsd-noneOK
arm-freebsd-eabihfOK
powerpc64-freebsd-noneOK
powerpc64le-freebsd-noneOK
riscv64-freebsd-noneOK
x86_64-freebsd-noneOK

Linux

TargetStatus
aarch64-linux-gnuOK
aarch64-linux-muslOK
aarch64_be-linux-gnuOK
aarch64_be-linux-muslOK
arm-linux-gnueabiOK
arm-linux-gnueabihfOK
arm-linux-musleabiOK
arm-linux-musleabihfOK
armeb-linux-gnueabiOK
armeb-linux-gnueabihfOK
armeb-linux-musleabiOK
armeb-linux-musleabihfOK
hexagon-linux-musl#215
loongarch64-linux-gnuOK
loongarch64-linux-gnusfOK
loongarch64-linux-muslOK
mips-linux-gnueabiOK
mips-linux-gnueabihfOK
mips-linux-musleabiOK
mips-linux-musleabihfOK
mips64-linux-gnuabi64OK
mips64-linux-gnuabin32OK
mips64-linux-muslabi64OK
mips64-linux-muslabin32OK
mips64el-linux-gnuabi64OK
mips64el-linux-gnuabin32#214
mips64el-linux-muslabi64OK
mips64el-linux-muslabin32OK
mipsel-linux-gnueabiOK
mipsel-linux-gnueabihfOK
mipsel-linux-musleabiOK
mipsel-linux-musleabihfOK
powerpc-linux-gnueabiOK
powerpc-linux-gnueabihfOK
powerpc-linux-musleabiOK
powerpc-linux-musleabihfOK
powerpc64-linux-gnu#113
powerpc64-linux-muslOK
powerpc64le-linux-gnuOK
powerpc64le-linux-muslOK
riscv32-linux-gnuOK
riscv32-linux-muslOK
riscv64-linux-gnuOK
riscv64-linux-muslOK
s390x-linux-gnuOK
s390x-linux-muslOK
sparc-linux-gnu#117
sparc64-linux-gnu#172
thumb-linux-musleabiOK
thumb-linux-musleabihfOK
thumbeb-linux-musleabiOK
thumbeb-linux-musleabihfOK
x86-linux-gnuOK
x86-linux-muslOK
x86_64-linux-gnuOK
x86_64-linux-gnux32OK
x86_64-linux-muslOK
x86_64-linux-muslx32OK

macOS

TargetStatus
aarch64-macos-noneOK
x86_64-macos-noneOK

NetBSD

TargetStatus
aarch64-netbsd-noneOK
aarch64_be-netbsd-noneOK
arm-netbsd-eabiOK
arm-netbsd-eabihfOK
armeb-netbsd-eabiOK
armeb-netbsd-eabihfOK
mips-netbsd-eabiOK
mips-netbsd-eabihfOK
mipsel-netbsd-eabiOK
mipsel-netbsd-eabihfOK
powerpc-netbsd-eabiOK
powerpc-netbsd-eabihfOK
riscv32-netbsd-none#233
riscv64-netbsd-none#234
sparc-netbsd-none#230
sparc64-netbsd-none#231
x86-netbsd-noneOK
x86_64-netbsd-noneOK

Windows

TargetStatus
aarch64-windows-gnuOK
thumb-windows-gnuOK
x86-windows-gnuOK
x86_64-windows-gnuOK

About

https://github.com/ziglang/zig-bootstrap.git take off every zig

Language
C++37.4%
Zig12.4%
Module-Definition2%
C1.9%
Others46.3%