/devel/gcc-4.4: gcc-4.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 24 21:49:30 2009 +0000 (2009-05-24)
branchgcc-4.4
changeset 1377c111616f8f63
parent 1376 c4be9b880304
child 1378 ad34196543eb
/devel/gcc-4.4:
- build a shared ppl, don't build a static ppl

-------- diffstat follows --------
/devel/gcc-4.4/scripts/build/companion_libs/ppl.sh | 7 4 3 0 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
scripts/build/companion_libs/ppl.sh
     1.1 --- a/scripts/build/companion_libs/ppl.sh	Sun May 24 21:48:41 2009 +0000
     1.2 +++ b/scripts/build/companion_libs/ppl.sh	Sun May 24 21:49:30 2009 +0000
     1.3 @@ -31,7 +31,8 @@
     1.4      CT_DoStep INFO "Installing PPL"
     1.5  
     1.6      CT_DoLog EXTRA "Configuring PPL"
     1.7 -    CFLAGS="${CT_CFLAGS_FOR_HOST}"                  \
     1.8 +    CFLAGS="${CT_CFLAGS_FOR_HOST} -fPIC"            \
     1.9 +    CXXFLAGS="${CT_CFLAGS_FOR_HOST} -fPIC"          \
    1.10      CT_DoExecLog ALL                                \
    1.11      "${CT_SRC_DIR}/ppl-${CT_PPL_VERSION}/configure" \
    1.12          --build=${CT_BUILD}                         \
    1.13 @@ -39,8 +40,8 @@
    1.14          --prefix="${CT_PREFIX_DIR}"                 \
    1.15          --with-libgmp-prefix="${CT_PREFIX_DIR}"     \
    1.16          --with-libgmpxx-prefix="${CT_PREFIX_DIR}"   \
    1.17 -        --disable-shared                            \
    1.18 -        --enable-static                             \
    1.19 +        --enable-shared                             \
    1.20 +        --disable-static                            \
    1.21          --disable-debugging                         \
    1.22          --disable-assertions                        \
    1.23          --disable-ppl_lcdd                          \