mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-22 03:55:34 +00:00
/devel/gcc-4.4:
- build a shared mpfr, don't build a static mpfr -------- diffstat follows -------- /devel/gcc-4.4/scripts/build/companion_libs/mpfr.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
parent
2614b1eb7b
commit
3b72d01b52
@ -77,8 +77,8 @@ do_mpfr() {
|
||||
--host=${CT_HOST} \
|
||||
--prefix="${CT_PREFIX_DIR}" \
|
||||
${mpfr_opt} \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--with-gmp="${CT_PREFIX_DIR}"
|
||||
|
||||
CT_DoLog EXTRA "Building MPFR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user