4 This directory contains build profiles to set properties on native builds
5 for a specific architecture:
7 - XBPS_TRIPLET (the compiler triplet)
8 - XBPS_CFLAGS (C compiler flags for host compiler)
9 - XBPS_CXXFLAGS (C++ compiler flags for the host compiler)
10 - XBPS_FFLAGS (Fortran compiler flags for the host compiler)
11 - XBPS_RUST_TARGET (the compiler triplet for usage by cargo)
12 - XBPS_ZIG_TARGET (the arch-os-abi target triplet for zig)
13 - XBPS_ZIG_CPU (the cpu/feature set for zig)
15 These properties are also set in a cross environment, but the compiler
16 flags are not added into the global flags. XBPS_RUST_TARGET is also
17 exposed as RUST_BUILD instead of RUST_TARGET.