From 724426f8e787c79f8f17fc384e09e8991d916a33 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 21 Feb 2015 12:07:23 +0100 Subject: [PATCH] common/build-profiles: added a minimal README. --- common/build-profiles/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/build-profiles/README 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)