# HG changeset patch # User "Yann E. MORIN" # Date 1243201721 0 # Node ID c4be9b880304549abddd20255d1a092b11f0db09 # Parent 4c75f7eb51983992c5ca230e7f55217af7c590d9 /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(-) diff -r 4c75f7eb5198 -r c4be9b880304 scripts/build/companion_libs/mpfr.sh --- a/scripts/build/companion_libs/mpfr.sh Sun May 24 21:46:30 2009 +0000 +++ b/scripts/build/companion_libs/mpfr.sh Sun May 24 21:48:41 2009 +0000 @@ -77,8 +77,8 @@ --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"