/devel/gcc-4.4: gcc-4.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jun 01 18:03:23 2009 +0000 (2009-06-01)
branchgcc-4.4
changeset 1399d603008707f1
parent 1398 a6e77861ea46
child 1400 ee206adb53a7
/devel/gcc-4.4:
- build shared CLooG/ppl and MPC libraries, don't build static ones.

-------- diffstat follows --------
/devel/gcc-4.4/scripts/build/companion_libs/mpc.sh | 4 2 2 0 ++--
/devel/gcc-4.4/scripts/build/companion_libs/cloog.sh | 4 2 2 0 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
scripts/build/companion_libs/cloog.sh
scripts/build/companion_libs/mpc.sh
     1.1 --- a/scripts/build/companion_libs/cloog.sh	Mon Jun 01 17:05:50 2009 +0000
     1.2 +++ b/scripts/build/companion_libs/cloog.sh	Mon Jun 01 18:03:23 2009 +0000
     1.3 @@ -39,8 +39,8 @@
     1.4          --prefix="${CT_PREFIX_DIR}"     \
     1.5          --with-gmp="${CT_PREFIX_DIR}"   \
     1.6          --with-ppl="${CT_PREFIX_DIR}"   \
     1.7 -        --disable-shared                \
     1.8 -        --enable-static                 \
     1.9 +        --enable-shared                 \
    1.10 +        --disable-static                \
    1.11          --with-bits=gmp
    1.12  
    1.13      CT_DoLog EXTRA "Building CLooG/ppl"
     2.1 --- a/scripts/build/companion_libs/mpc.sh	Mon Jun 01 17:05:50 2009 +0000
     2.2 +++ b/scripts/build/companion_libs/mpc.sh	Mon Jun 01 18:03:23 2009 +0000
     2.3 @@ -37,8 +37,8 @@
     2.4          --prefix="${CT_PREFIX_DIR}"                 \
     2.5          --with-gmp="${CT_PREFIX_DIR}"               \
     2.6          --with-mpfr="${CT_PREFIX_DIR}"              \
     2.7 -        --disable-shared                            \
     2.8 -        --enable-static                             \
     2.9 +        --enable-shared                             \
    2.10 +        --disable-static                            \
    2.11  
    2.12      CT_DoLog EXTRA "Building MPC"
    2.13      CT_DoExecLog ALL make ${PARALLELMFLAGS}