void-packages/common/build-profiles
2015-02-21 12:07:23 +01:00
..
armv6l-musl.sh build-profiles: *-musl: enable -fstack-protector-strong. 2015-02-07 11:37:44 +01:00
armv6l.sh xbps-src: introduce XBPS_TRIPLET and set it in the build-profiles. 2014-11-11 22:24:40 +01:00
armv7l-musl.sh build-profiles: *-musl: enable -fstack-protector-strong. 2015-02-07 11:37:44 +01:00
armv7l.sh xbps-src: introduce XBPS_TRIPLET and set it in the build-profiles. 2014-11-11 22:24:40 +01:00
bootstrap.sh xbps-src: use bootstrap build-profile for the bootstrap target. 2014-12-24 09:55:29 +01:00
i686-musl.sh build-profiles: *-musl: enable -fstack-protector-strong. 2015-02-07 11:37:44 +01:00
i686.sh xbps-src: introduce XBPS_TRIPLET and set it in the build-profiles. 2014-11-11 22:24:40 +01:00
README common/build-profiles: added a minimal README. 2015-02-21 12:07:23 +01:00
x86_64-musl.sh build-profiles: *-musl: enable -fstack-protector-strong. 2015-02-07 11:37:44 +01:00
x86_64.sh build-profiles: force -mtune=generic on native x86_64. 2014-11-22 19:17:45 +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)