diff options
author | Rodney Brown <rbrown64@csc.com.au> | 2002-08-30 02:33:23 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-08-29 19:33:23 -0700 |
commit | 6e92b3a18b76921a6683140412e058dd11638104 (patch) | |
tree | bea1c47d25aff60accc2f1e190a04c90f45e0a06 /gcc | |
parent | 5b665e15df16f255262cc385164f2076848441ef (diff) | |
download | gcc-6e92b3a18b76921a6683140412e058dd11638104.zip gcc-6e92b3a18b76921a6683140412e058dd11638104.tar.gz gcc-6e92b3a18b76921a6683140412e058dd11638104.tar.bz2 |
install.texi (Specific, [...]): Add "virtual memory exhausted" workarounds.
* doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual
memory exhausted" workarounds.
From-SVN: r56673
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c011e3c..d8e4bf3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-29 Rodney Brown <rbrown64@csc.com.au> + + * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual + memory exhausted" workarounds. + 2002-08-30 Gabriel Dos Reis <gdr@integrable-solutions.net> * diagnostic.c (fancy_abort): Don't repeat "internal error". diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 3f444bf..b511c4e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1712,6 +1712,13 @@ As of GCC 3.2, versions before @code{alpha*-dec-osf4} are no longer supported. (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 |