aboutsummaryrefslogtreecommitdiff
path: root/config/mpfr.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-05-31 12:31:12 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-05-31 12:31:12 -0600
commit6f2c0bcf4cfc718855bf4052186cbf6cb2182ef9 (patch)
tree83aa9cf35fb14e59c9dbde103d59c000d6a63c01 /config/mpfr.conf
parent40e266839ee1ec26b8f57fe861355288a90787d9 (diff)
add more application specific configure options. This is primarily so we can point to recently built dependent libs intead of the system ones.
Diffstat (limited to 'config/mpfr.conf')
-rw-r--r--config/mpfr.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mpfr.conf b/config/mpfr.conf
new file mode 100644
index 00000000..628fc3a1
--- /dev/null
+++ b/config/mpfr.conf
@@ -0,0 +1,6 @@
+# This is a list of other components need to build this component
+depends="gmp"
+
+# This is a list of default flags always supplied to configure
+default_configure_flags="--with-gmp=${PWD}/${hostname}/${build}/depends"
+