/devel/gcc-4.4: gcc-4.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 24 21:48:41 2009 +0000 (2009-05-24)
branchgcc-4.4
changeset 1376c4be9b880304
parent 1375 4c75f7eb5198
child 1377 c111616f8f63
/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(-)
scripts/build/companion_libs/mpfr.sh
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Sun May 24 21:46:30 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"