# HG changeset patch # User "Yann E. MORIN" # Date 1243202348 0 # Node ID ad34196543eb236ed61441772e2470c2a4b8ccf4 # Parent c111616f8f6346d69ab01e5a75b8c194f1eb964c /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(-) diff -r c111616f8f63 -r ad34196543eb scripts/build/companion_libs/gmp.sh --- a/scripts/build/companion_libs/gmp.sh Sun May 24 21:49: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}" \