vp-build/common/build-profiles
Jürgen Buchmüller 272114cd05 xbps-src: trying to fix FFLAGS construction
This still isn't perfect. When the common/xbps-src/shutils/chroot.sh
function chroot_init() is called, the value for $XBPS_FFLAGS, which is
defined in common/build-profiles/bootstrap.sh, is empty.

Put the immediate value into the generated /etc/xbps/xbps-src.conf
file until someone finds out where passing the value of $XBPS_FFLAGS
throughout the scripts is missing.
2017-03-08 17:36:22 +01:00
..
README common: rename FCC to FC and introduce FFLAGS 2017-03-08 16:04:42 +01:00
aarch64-musl.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
aarch64.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
armv6l-musl.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
armv6l.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
armv7l-musl.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
armv7l.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
bootstrap.sh common: rename FCC to FC and introduce FFLAGS 2017-03-08 16:04:42 +01:00
i686-musl.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
i686.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
x86_64-musl.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +01:00
x86_64.sh xbps-src: trying to fix FFLAGS construction 2017-03-08 17:36:22 +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)
	- XBPS_FFLAGS		(Fortran compiler flags for the host compiler)