evolution-packages/common/cross-profiles
Tracker-Friendly bd2754de65 Migrated to codeberg 2023-08-05 21:19:04 +01:00
..
README Migrated to codeberg 2023-08-05 21:19:04 +01:00
aarch64-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
aarch64.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv5te-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv5te.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv5tel-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv5tel.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv6hf-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv6hf.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv6l-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv6l.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv7hf-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv7hf.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv7l-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
armv7l.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
i686-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
i686.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
mips-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
mipsel-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
mipselhf-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
mipshf-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppc-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppc.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppc64-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppc64.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppc64le-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppc64le.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppcle-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
ppcle.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
riscv64.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
x86_64-musl.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00
x86_64.sh Migrated to codeberg 2023-08-05 21:19:04 +01:00

README

CROSS PROFILES
==============

This directory contains cross profiles to allow cross compilation for the specified target.
A cross profile file must provide the following variables:

	- XBPS_TARGET_MACHINE	(as returned by uname -m + optional -musl suffix)
	- XBPS_CROSS_TRIPLET	(the cross compiler triplet)
	- XBPS_CROSS_CFLAGS	(C compiler flags for the cross compiler)
	- XBPS_CROSS_CXXFLAGS	(C++ compiler flags for the cross compiler)
	- XBPS_CROSS_FFLAGS	(Fortran compiler flags for the cross compiler)
	- XBPS_CROSS_CPPFLAGS	(Preprocessor flags for the cross compiler)
	- XBPS_CROSS_LDFLAGS	(Linker flags for the cross compiler)
	- XBPS_CROSS_RUST_TARGET (the rust triplet for the rust cross compiler)
	- XBPS_CROSS_RUSTFLAGS (rust compiler flags for the cross compiler)
	- XBPS_CROSS_ZIG_TARGET	(the arch-os-abi target triplet for zig)
	- XBPS_CROSS_ZIG_CPU	(the cpu/feature set for zig)

A source package matching `cross-${XBPS_CROSS_TRIPLET}' must also exist.