diff -r 4c75f7eb5198 -r ad34196543eb scripts/build/companion_libs/gmp.sh --- a/scripts/build/companion_libs/gmp.sh Sun May 24 21:46:30 2009 +0000 +++ b/scripts/build/companion_libs/gmp.sh Sun May 24 21:59:08 2009 +0000 @@ -34,7 +34,7 @@ if [ "${CT_PPL_CLOOG}" = "y" ]; then opts="--enable-cxx" - cflags="-fexceptions -fPIC" + cflags="-fexceptions" fi CFLAGS="${CT_CFLAGS_FOR_HOST} ${cflags}" \