/devel/gcc-4.4: gcc-4.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 24 21:46:30 2009 +0000 (2009-05-24)
branchgcc-4.4
changeset 13754c75f7eb5198
parent 1374 f7f01af63a02
child 1376 c4be9b880304
/devel/gcc-4.4:
- build a shared gmp, don't build a static gmp

-------- diffstat follows --------
/devel/gcc-4.4/scripts/build/companion_libs/gmp.sh | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
scripts/build/companion_libs/gmp.sh
     1.1 --- a/scripts/build/companion_libs/gmp.sh	Sun May 24 21:44:21 2009 +0000
     1.2 +++ b/scripts/build/companion_libs/gmp.sh	Sun May 24 21:46:30 2009 +0000
     1.3 @@ -34,7 +34,7 @@
     1.4  
     1.5      if [ "${CT_PPL_CLOOG}" = "y" ]; then
     1.6          opts="--enable-cxx"
     1.7 -        cflags="-fexceptions"
     1.8 +        cflags="-fexceptions -fPIC"
     1.9      fi
    1.10  
    1.11      CFLAGS="${CT_CFLAGS_FOR_HOST} ${cflags}"        \
    1.12 @@ -43,8 +43,8 @@
    1.13          --build=${CT_BUILD}                         \
    1.14          --host=${CT_HOST}                           \
    1.15          --prefix="${CT_PREFIX_DIR}"                 \
    1.16 -        --disable-shared                            \
    1.17 -        --enable-static                             \
    1.18 +        --enable-shared                             \
    1.19 +        --disable-static                            \
    1.20          --enable-fft                                \
    1.21          --enable-mpbsd                              \
    1.22          ${opts}