diff --git a/common/build-profiles/README b/common/build-profiles/README new file mode 100644 index 00000000000..111b1574a73 --- /dev/null +++ b/common/build-profiles/README @@ -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)