aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2005-04-15 15:19:17 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2005-04-15 11:19:17 -0400
commit7cc654b84e89e93b5482339b37345deaa7616588 (patch)
treed20ca068285a61b48ec90d1b2a4e03e61c5a03ae /gcc
parentfae4f6aab0069fc940cfea61a8481574a27e9a95 (diff)
downloadgcc-7cc654b84e89e93b5482339b37345deaa7616588.zip
gcc-7cc654b84e89e93b5482339b37345deaa7616588.tar.gz
gcc-7cc654b84e89e93b5482339b37345deaa7616588.tar.bz2
* doc/install.texi (*-ibm-aix*): Add comment about system limits.
From-SVN: r98186
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 879641d..d2635af 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index e89aea9..48a141f 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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.,