* doc/install.texi (*-ibm-aix*): Add comment about system limits.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 15 Apr 2005 15:19:17 +0000 (15:19 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 15 Apr 2005 15:19:17 +0000 (11:19 -0400)
From-SVN: r98186

gcc/ChangeLog
gcc/doc/install.texi

index 879641d37953d64233ab630958a7e9479374d00c..d2635af1f44f3ea3f08f13f60845dc9dad3bede1 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-15  David Edelsohn  <edelsohn@gnu.org>
+
+       * doc/install.texi (*-ibm-aix*): Add comment about system limits.
+
 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
 
        PR tree-optimization/20936.
index e89aea998a90963b213eb58ba8c0ee616ea412ee..48a141f6dadf11996c76ced0dc5207999c2f6645 100644 (file)
@@ -3018,6 +3018,10 @@ Support for AIX version 3 and older was discontinued in GCC 3.4.
 AIX Make frequently has problems with GCC makefiles.  GNU Make 3.79.1 or
 newer is recommended to build on this platform.
 
+``out of memory'' bootstrap failures may indicate a problem with
+process resource limits (ulimit).  Hard limits are configured in the
+/etc/security/limits system configuration file.
+
 To speed up the configuration phases of bootstrapping and installing GCC,
 one may use GNU Bash instead of AIX @command{/bin/sh}, e.g.,