void-packages/common/build-profiles
2019-02-08 13:06:57 -02:00
..
aarch64-musl.sh
aarch64.sh
armv6l-musl.sh
armv6l.sh
armv7l-musl.sh
armv7l.sh
bootstrap.sh
i686-musl.sh
i686.sh
ppc-musl.sh common: explicitly disable altivec on ppc 2019-02-08 13:06:57 -02:00
ppc.sh common: explicitly disable altivec on ppc 2019-02-08 13:06:57 -02:00
ppc64-musl.sh common: add ppc64 build profiles and other ppc64 bits 2019-01-05 23:38:00 +01:00
ppc64le-musl.sh common: add ppc64 build profiles and other ppc64 bits 2019-01-05 23:38:00 +01:00
ppc64le.sh common: add ppc64 build profiles and other ppc64 bits 2019-01-05 23:38:00 +01:00
README build-profiles/README: mention XBPS_RUST_TARGET 2019-01-19 07:59:52 -02:00
x86_64-musl.sh
x86_64.sh

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)
	- XBPS_FFLAGS		(Fortran compiler flags for the host compiler)
	- XBPS_RUST_TARGET	(the compiler triplet for usage by cargo)