void-packages/common/cross-profiles
Juan RP 14931d5ab2 cross-profiles/i686-musl: use defaults.
To disable hardening features this file should not be used.
2015-12-12 07:48:59 +01:00
..
aarch64-musl.sh cross-profiles/aarch64-musl: -fstack-protector-strong works. 2015-05-02 12:05:12 +02:00
aarch64.sh common/*-profiles/aarch64.sh: add AArch64/ARMv8 glibc cross profile. 2015-03-30 18:33:43 +02:00
armv5te-musl.sh New cross-profile: armv5tel-musl 2015-09-21 09:00:45 +02:00
armv5te.sh common/cross-profiles/armv5te.sh: sync with current cross pkg. 2015-05-01 11:37:22 +02:00
armv6hf-musl.sh cross-arm-linux-musleabi -> cross-arm-linux-musleabihf (for ARMv6 HF). 2015-05-17 08:15:41 +02:00
armv6hf.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +01:00
armv7hf-musl.sh New package: cross-armv7l-linux-musleabihf for armv7hf-musl. 2015-05-17 08:01:04 +02:00
armv7hf.sh cross-arm-linux-gnueabihf7 -> cross-armv7l-linux-gnueabihf. 2015-05-17 08:33:09 +02:00
config.guess hooks/pre-configure/01-aarch64-override-config.sh: new hook. 2015-03-30 18:33:43 +02:00
config.sub common/cross-profiles/config.sub: update to automake 1.15 version. 2015-03-30 18:33:43 +02:00
i686-musl.sh cross-profiles/i686-musl: use defaults. 2015-12-12 07:48:59 +01:00
i686.sh cross-i686-pc-linux-gnu: update toolchain components and unbreak. 2015-04-11 10:29:52 +02:00
mips-musl.sh xbps-src: added support to cross compile for MIPS32 (r2, be, sf) with musl. 2015-05-02 05:56:12 +02:00
mipsel-musl.sh cross-profiles: added mipsel-musl target (MIPS32r2 LE SF) 2015-07-14 11:59:40 +02:00
mipselhf-musl.sh cross-profiles: added mipselhf-musl cross target. 2015-07-08 10:29:57 +02:00
musl-gnulibfix common/cross-profiles: add a script from sabotage to workaround gnulib issues with musl. 2014-01-08 09:52:14 +01:00
README cross-profiles/README: sync with reality. 2015-11-18 09:34:57 +01:00
x86_64-musl.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +01:00

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_ARCH	(as returned by uname -m)
	- 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_CPPFLAGS	(Preprocessor flags for the cross compiler)
	- XBPS_CROSS_LDFLAGS	(Linker flags for the cross compiler)

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