1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-18 19:43:18 +02:00
void-packages/common/build-profiles
2024-03-29 08:12:19 +01:00
..
aarch64-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
aarch64.sh add vesktop 2024-03-29 08:12:19 +01:00
armv6l-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
armv6l.sh add vesktop 2024-03-29 08:12:19 +01:00
armv7l-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
armv7l.sh add vesktop 2024-03-29 08:12:19 +01:00
bootstrap.sh add vesktop 2024-03-29 08:12:19 +01:00
i686-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
i686.sh add vesktop 2024-03-29 08:12:19 +01:00
ppc-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
ppc.sh add vesktop 2024-03-29 08:12:19 +01:00
ppc64-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
ppc64.sh add vesktop 2024-03-29 08:12:19 +01:00
ppc64le-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
ppc64le.sh add vesktop 2024-03-29 08:12:19 +01:00
ppcle-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
ppcle.sh add vesktop 2024-03-29 08:12:19 +01:00
README add vesktop 2024-03-29 08:12:19 +01:00
riscv64-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
riscv64.sh add vesktop 2024-03-29 08:12:19 +01:00
x86_64-musl.sh add vesktop 2024-03-29 08:12:19 +01:00
x86_64.sh add vesktop 2024-03-29 08:12:19 +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)
	- XBPS_FFLAGS		(Fortran compiler flags for the host compiler)
	- XBPS_RUST_TARGET	(the compiler triplet for usage by cargo)
	- XBPS_ZIG_TARGET	(the arch-os-abi target triplet for zig)
	- XBPS_ZIG_CPU		(the cpu/feature set for zig)

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.