scripts/build/companion_libs/mpfr.sh
branchgcc-4.4
changeset 1376 c4be9b880304
parent 1318 5416f4ba36bf
child 1386 7995942261f2
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Sun May 03 21:10:15 2009 +0000
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Sun May 24 21:48:41 2009 +0000
     1.3 @@ -77,8 +77,8 @@
     1.4          --host=${CT_HOST}                               \
     1.5          --prefix="${CT_PREFIX_DIR}"                     \
     1.6          ${mpfr_opt}                                     \
     1.7 -        --disable-shared                                \
     1.8 -        --enable-static                                 \
     1.9 +        --enable-shared                                 \
    1.10 +        --disable-static                                \
    1.11          --with-gmp="${CT_PREFIX_DIR}"
    1.12  
    1.13      CT_DoLog EXTRA "Building MPFR"