common/build-profiles: added a minimal README.

This commit is contained in:
Juan RP 2015-02-21 12:07:23 +01:00
parent 32c5ae8e02
commit 724426f8e7
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
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)