mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-28 07:04:03 +00:00
Backport #657 from trunk:
Build a thread-safe MPFR library. /branches/1.1/scripts/build/mpfr.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
This commit is contained in:
parent
46dd3f036f
commit
88b9d34615
@ -31,6 +31,7 @@ do_mpfr() {
|
|||||||
--build=${CT_BUILD} \
|
--build=${CT_BUILD} \
|
||||||
--host=${CT_HOST} \
|
--host=${CT_HOST} \
|
||||||
--prefix="${CT_PREFIX_DIR}" \
|
--prefix="${CT_PREFIX_DIR}" \
|
||||||
|
--enable-thread-safe \
|
||||||
--disable-shared --enable-static \
|
--disable-shared --enable-static \
|
||||||
--with-gmp="${CT_PREFIX_DIR}" 2>&1 |CT_DoLog ALL
|
--with-gmp="${CT_PREFIX_DIR}" 2>&1 |CT_DoLog ALL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user