Fix for closures with sunpro compiler

This commit is contained in:
Anthony Green
2013-01-09 21:14:54 -05:00
parent 8308984e47
commit 2d9b393975
5 changed files with 25 additions and 5 deletions

4
configure vendored
View File

@@ -13068,10 +13068,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -fexceptions"
touch testsuite/local.exp
touch local.exp
else
cat > local.exp <<EOF
set CC_FOR_TARGET $CC
set CC_FOR_TARGET "$CC"
EOF
fi