/devel/gcc-4.4: gcc-4.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 24 21:59:08 2009 +0000 (2009-05-24)
branchgcc-4.4
changeset 1378ad34196543eb
parent 1377 c111616f8f63
child 1379 bae051c5f637
/devel/gcc-4.4:
- cleanup GMP build

-------- diffstat follows --------
/devel/gcc-4.4/scripts/build/companion_libs/gmp.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/build/companion_libs/gmp.sh
     1.1 --- a/scripts/build/companion_libs/gmp.sh	Sun May 24 21:49:30 2009 +0000
     1.2 +++ b/scripts/build/companion_libs/gmp.sh	Sun May 24 21:59:08 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 -fPIC"
     1.8 +        cflags="-fexceptions"
     1.9      fi
    1.10  
    1.11      CFLAGS="${CT_CFLAGS_FOR_HOST} ${cflags}"        \