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(+)
This commit is contained in:
Yann E. MORIN" 2008-05-21 21:52:31 +00:00
parent 0c4633c37f
commit 6bf2896c4e

View File

@ -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