diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-12 16:02:46 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-12 16:02:46 +0000 |
| commit | 2be9ef447cf2b282645c7cf33abc03520cd44b0c (patch) | |
| tree | 57efccf701aa7ba044472213f6fe1a1e808a2bc1 | |
| parent | 0975e3c5bc5aa3e9c429b590a174a3f9cf9dc427 (diff) | |
| download | ppe42-gcc-2be9ef447cf2b282645c7cf33abc03520cd44b0c.tar.gz ppe42-gcc-2be9ef447cf2b282645c7cf33abc03520cd44b0c.zip | |
2006-07-12 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/27878
* doc/install.texi (mips-sgi-irix6): Add note about IRIX 6.5.x,
x < 19, vs wchar_t support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115374 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/doc/install.texi | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cf6a8504c13..0f97b43b517 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-07-12 Paolo Carlini <pcarlini@suse.de> + + PR libstdc++/27878 + * doc/install.texi (mips-sgi-irix6): Add note about IRIX 6.5.x, + x < 19, vs wchar_t support. + 2006-07-12 Nick Clifton <nickc@redhat.com> * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 09922d59ab5..658c07287b8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3565,6 +3565,11 @@ to build despite this, running into an internal error of the native its maximum of 262144 bytes. If you have root access, you can use the @command{systune} command to do this. +@code{wchar_t} support in @samp{libstdc++} is not available for old +IRIX 6.5.x releases, @math{x < 19}. The problem cannot be autodetected +and in order to build GCC for such targets you need to configure with +@option{--disable-wchar_t}. + See @uref{http://freeware.sgi.com/} for more information about using GCC on IRIX platforms. |

