Build an MPFR library that is thread-safe (I don't know if either binutils or gcc are threaded themselves).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 21 21:52:31 2008 +0000 (2008-05-21)
changeset 5245f7fec79ca88
parent 523 010f6f4e4dd6
child 527 4ac12179ef23
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 --- a/scripts/build/mpfr.sh	Tue May 20 21:32:39 2008 +0000
     1.2 +++ b/scripts/build/mpfr.sh	Wed May 21 21:52:31 2008 +0000
     1.3 @@ -32,6 +32,7 @@
     1.4          --build=${CT_BUILD}                                 \
     1.5          --host=${CT_HOST}                                   \
     1.6          --prefix="${CT_PREFIX_DIR}"                         \
     1.7 +        --enable-thread-safe                                \
     1.8          --disable-shared --enable-static                    \
     1.9          --with-gmp="${CT_PREFIX_DIR}"                       2>&1 |CT_DoLog ALL
    1.10