From 6bf2896c4efac56bbe36c3f011704d3c5bc1e2be Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 21 May 2008 21:52:31 +0000 Subject: [PATCH] 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(+) --- scripts/build/mpfr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh index bd1b2b64..9519776c 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