From fae159b4f0e2447b00f4e4761efeb231cee80dbe Mon Sep 17 00:00:00 2001 From: Rodney Brown Date: Fri, 30 Aug 2002 02:36:19 +0000 Subject: [PATCH] install.texi (Specific, [...]): Add "virtual memory exhausted" workarounds. * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual memory exhausted" workarounds. From-SVN: r56674 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86d0000353aa..f664314be69d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-29 Rodney Brown + + * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual + memory exhausted" workarounds. + 2002-08-29 John David Anglin * install.texi (hppa64-hp-hpux11*): Document installation procedure. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a11c6c97197c..9366ecd0f9ca 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1773,6 +1773,13 @@ Tru64 UNIX) operating system, for example the DEC Alpha AXP systems. Support for versions before @code{alpha*-dec-osf4} is obsoleted in GCC 3.1. (These are the versions which identify themselves as DEC OSF/1.) +In Digital Unix V4.0, virtual memory exhausted bootstrap failures +may be fixed by configuring with @option{--with-gc=simple}, +reconfiguring Kernel Virtual Memory and Swap parameters +per the @command{/usr/sbin/sys_check} Tuning Suggestions, +or applying the patch in +@uref{http://gcc.gnu.org/ml/gcc/2002-08/msg00822.html}. + In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not currently (2001-06-13) work with @command{mips-tfile}. As a workaround, we need to use the old assembler, invoked via the barely documented -- 2.47.2