aboutsummaryrefslogtreecommitdiff
path: root/config/mpfr.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-09-07 09:37:09 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-09-07 09:37:09 -0600
commit26c92a152e722c5e029119046d83952c7dbdc513 (patch)
tree075f7b8fd0ea7934dba081f171eeec157c6e7a34 /config/mpfr.conf
parent5dfb5f2344f3990690d3ce4a524b68f6039caa91 (diff)
change default paths for new directory layout
Diffstat (limited to 'config/mpfr.conf')
-rw-r--r--config/mpfr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mpfr.conf b/config/mpfr.conf
index 51204c65..728133a7 100644
--- a/config/mpfr.conf
+++ b/config/mpfr.conf
@@ -9,7 +9,7 @@ latest="3.1.2"
installs="libmpfr."
# This is a list of default flags always supplied to configure
-default_configure_flags="--with-gmp=${local_builds}/${host}"
+default_configure_flags="--with-gmp=${local_builds}/destdir/${host}"
# If yes, only static linking will be used
static_link=yes