void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

README (600B)


      1BUILD PROFILES
      2==============
      3
      4This directory contains build profiles to set properties on native builds
      5for a specific architecture:
      6
      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
     13These properties are also set in a cross environment, but the compiler
     14flags are not added into the global flags. XBPS_RUST_TARGET is also
     15exposed as RUST_BUILD instead of RUST_TARGET.