aboutsummaryrefslogtreecommitdiff
path: root/config/mpfr.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-07-31 17:15:15 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-07-31 17:15:15 -0600
commit848666e8756a2d1376d2dba3a686c10e38071b47 (patch)
treed3a7d240125e1b315b56e4b071adef94b41c6ce4 /config/mpfr.conf
parent9d76bfdb14cffacdeda9423619242d9deac3c733 (diff)
add comments to document variables
Diffstat (limited to 'config/mpfr.conf')
-rw-r--r--config/mpfr.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/mpfr.conf b/config/mpfr.conf
index f294fa78..d236c7d1 100644
--- a/config/mpfr.conf
+++ b/config/mpfr.conf
@@ -1,9 +1,10 @@
# This is a list of other components need to build this component
depends="gmp"
+# This is the latest version of this toolchain component
+latest="mpfr-3.1.2"
+# This is a file that gets installed that is used to determine if the toolchain
+# component is already installed.
+installs="libmpfr."
# This is a list of default flags always supplied to configure
default_configure_flags="--with-gmp=${local_builds}"
-
-latest="mpfr-3.1.2"
-
-installs="libmpfr."