From c6c60ec6d6267ac80ddc1cbbc6da30b8074f9edf Mon Sep 17 00:00:00 2001 From: dje Date: Fri, 15 Apr 2005 15:19:17 +0000 Subject: [PATCH] * doc/install.texi (*-ibm-aix*): Add comment about system limits. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98186 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 879641d37953..d2635af1f44f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-15 David Edelsohn + + * doc/install.texi (*-ibm-aix*): Add comment about system limits. + 2005-04-15 Kazu Hirata PR tree-optimization/20936. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index e89aea998a90..48a141f6dadf 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., -- 2.47.3