summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-24 21:48:41 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-05-24 21:48:41 (GMT)
commit3b72d01b5218e07bf1c6555da86b65326bc6e1b4 (patch)
tree10fb9e4fac8c9cff73f29d9cf853cd27b033dd49 /scripts
parent2614b1eb7b42c49ac4cccf268bdd9b8be7bc652d (diff)
/devel/gcc-4.4:
- build a shared mpfr, don't build a static mpfr -------- diffstat follows -------- /devel/gcc-4.4/scripts/build/companion_libs/mpfr.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/companion_libs/mpfr.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh
index e302ff7..8255591 100644
--- a/scripts/build/companion_libs/mpfr.sh
+++ b/scripts/build/companion_libs/mpfr.sh
@@ -77,8 +77,8 @@ do_mpfr() {
--host=${CT_HOST} \
--prefix="${CT_PREFIX_DIR}" \
${mpfr_opt} \
- --disable-shared \
- --enable-static \
+ --enable-shared \
+ --disable-static \
--with-gmp="${CT_PREFIX_DIR}"
CT_DoLog EXTRA "Building MPFR"