summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-21 21:52:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-21 21:52:31 (GMT)
commit6bf2896c4efac56bbe36c3f011704d3c5bc1e2be (patch)
treec41a5c0b3a318c10b77afa17e855edb4e88b1b27 /scripts
parent0c4633c37fcfab7c1632330c070884c3295db1d2 (diff)
Build an MPFR library that is thread-safe (I don't know if either binutils or gcc are threaded themselves).
/trunk/scripts/build/mpfr.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/mpfr.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh
index bd1b2b6..9519776 100644
--- a/scripts/build/mpfr.sh
+++ b/scripts/build/mpfr.sh
@@ -32,6 +32,7 @@ do_mpfr() {
--build=${CT_BUILD} \
--host=${CT_HOST} \
--prefix="${CT_PREFIX_DIR}" \
+ --enable-thread-safe \
--disable-shared --enable-static \
--with-gmp="${CT_PREFIX_DIR}" 2>&1 |CT_DoLog ALL