/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(-)
This commit is contained in:
Yann E. MORIN" 2009-05-24 21:59:08 +00:00
parent 6f04a46339
commit e03219c3d6

View File

@ -34,7 +34,7 @@ do_gmp() {
if [ "${CT_PPL_CLOOG}" = "y" ]; then
opts="--enable-cxx"
cflags="-fexceptions -fPIC"
cflags="-fexceptions"
fi
CFLAGS="${CT_CFLAGS_FOR_HOST} ${cflags}" \