mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 00:26:55 +00:00
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:
parent
0c4633c37f
commit
6bf2896c4e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user