020e1aa54b
We call this "zig-build" instead of just "zig" as this build-style relies on usage of the zig build system. In the future, other build systems such as meson may support zig code. Furthermore, the zig build system may be used to build C/C++ code as well, not just zig.
7 lines
263 B
Bash
7 lines
263 B
Bash
XBPS_TARGET_CFLAGS="-mtune=power9"
|
|
XBPS_TARGET_CXXFLAGS="$XBPS_TARGET_CFLAGS"
|
|
XBPS_TARGET_FFLAGS="$XBPS_TARGET_CFLAGS"
|
|
XBPS_TRIPLET="powerpc64le-unknown-linux-musl"
|
|
XBPS_RUST_TARGET="$XBPS_TRIPLET"
|
|
XBPS_ZIG_TARGET="powerpc64le-linux-musl"
|
|
XBPS_ZIG_CPU="baseline"
|