vp-build/common/build-profiles
Juan RP 50a116d27a xbps-src: set default compiler/preprocessor/linker flags via etc/conf.
Rather than setting them in the build profile, just set them in
etc/defaults.conf (overridable via etc/conf) to simplify the code.

- Also enable _FORTIFY_SOURCE=2 in CPPFLAGS.
- Also enable -z,relro in LDFLAGS.

As suggested by @chneukirchen.
2015-03-04 15:18:46 +01:00
..
README common/build-profiles: added a minimal README. 2015-02-21 12:07:23 +01:00
armv6l-musl.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +01:00
armv6l.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +01:00
armv7l-musl.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +01:00
armv7l.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +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 xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +01:00
i686.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +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
x86_64.sh xbps-src: set default compiler/preprocessor/linker flags via etc/conf. 2015-03-04 15:18:46 +01:00

README

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)