aboutsummaryrefslogtreecommitdiff
path: root/config/mpfr.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-08-16 12:19:51 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-08-16 12:19:51 -0600
commit20d4874735272054890aa1b57fb39b73486cfd22 (patch)
tree645ecf2d0db53258c927d93448df71fd30c35540 /config/mpfr.conf
parentce612d0204aadb3c2eeb90036b8ccb047ccc3a3c (diff)
add static_link flag to move control from the core code to the config file.
Diffstat (limited to 'config/mpfr.conf')
-rw-r--r--config/mpfr.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/mpfr.conf b/config/mpfr.conf
index dbcf3ed1..0aef73ab 100644
--- a/config/mpfr.conf
+++ b/config/mpfr.conf
@@ -1,10 +1,16 @@
# This is a list of other components need to build this component
depends=""
+
# This is the latest version of this toolchain component
-latest="mpfr-3.1.2"
+latest="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}"
+
+# If yes, only static linking will be used
+static_link=yes
+