# HG changeset patch # User "Yann E. MORIN" # Date 1211406751 0 # Node ID 5f7fec79ca881e77e3c73bfae8f40a12635240c5 # Parent 010f6f4e4dd6c35d50c4df70af4d8a94535a29a4 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(+) diff -r 010f6f4e4dd6 -r 5f7fec79ca88 scripts/build/mpfr.sh --- a/scripts/build/mpfr.sh Tue May 20 21:32:39 2008 +0000 +++ b/scripts/build/mpfr.sh Wed May 21 21:52:31 2008 +0000 @@ -32,6 +32,7 @@ --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