scripts/build/companion_libs/mpc.sh
branchgcc-4.4
changeset 1399 d603008707f1
parent 1386 7995942261f2
child 1808 a1370757e6a1
     1.1 --- a/scripts/build/companion_libs/mpc.sh	Mon May 25 19:46:58 2009 +0000
     1.2 +++ b/scripts/build/companion_libs/mpc.sh	Mon Jun 01 18:03:23 2009 +0000
     1.3 @@ -37,8 +37,8 @@
     1.4          --prefix="${CT_PREFIX_DIR}"                 \
     1.5          --with-gmp="${CT_PREFIX_DIR}"               \
     1.6          --with-mpfr="${CT_PREFIX_DIR}"              \
     1.7 -        --disable-shared                            \
     1.8 -        --enable-static                             \
     1.9 +        --enable-shared                             \
    1.10 +        --disable-static                            \
    1.11  
    1.12      CT_DoLog EXTRA "Building MPC"
    1.13      CT_DoExecLog ALL make ${PARALLELMFLAGS}