[arch-commits] Commit in gcc/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Nov 27 08:50:09 UTC 2010


    Date: Saturday, November 27, 2010 @ 03:50:08
  Author: allan
Revision: 100983

increase stack size requirement even further...

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-27 05:30:51 UTC (rev 100982)
+++ PKGBUILD	2010-11-27 08:50:08 UTC (rev 100983)
@@ -77,7 +77,7 @@
 
   # increase stack size to prevent test failures
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
-  ulimit -s 16384
+  ulimit -s 32768
 
   # do not abort on error as some are "expected"
   make -k check || true




More information about the arch-commits mailing list