2015-02-21 12:07:23 +01:00
|
|
|
BUILD PROFILES
|
|
|
|
==============
|
|
|
|
|
|
|
|
This directory contains build profiles to set properties on native builds
|
|
|
|
for a specific architecture:
|
|
|
|
|
|
|
|
- XBPS_TRIPLET (the compiler triplet)
|
|
|
|
- XBPS_CFLAGS (C compiler flags for host compiler)
|
|
|
|
- XBPS_CXXFLAGS (C++ compiler flags for the host compiler)
|
2017-03-08 16:03:59 +01:00
|
|
|
- XBPS_FFLAGS (Fortran compiler flags for the host compiler)
|
2019-01-19 10:59:52 +01:00
|
|
|
- XBPS_RUST_TARGET (the compiler triplet for usage by cargo)
|
2021-11-11 11:24:26 +01:00
|
|
|
- XBPS_ZIG_TARGET (the arch-os-abi target triplet for zig)
|
|
|
|
- XBPS_ZIG_CPU (the cpu/feature set for zig)
|
2019-02-10 19:07:28 +01:00
|
|
|
|
|
|
|
These properties are also set in a cross environment, but the compiler
|
|
|
|
flags are not added into the global flags. XBPS_RUST_TARGET is also
|
|
|
|
exposed as RUST_BUILD instead of RUST_TARGET.
|