From 5f94bd42cbe6bb66257e6d582844f4981bbd9faf Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 12 Jul 2006 16:10:12 +0000 Subject: re PR libstdc++/27878 (GCC 4.1.1 build fails on mips-sgi-irix6.5 (libstdc++)/GCC 4.1.0 worked.) 2006-07-12 Paolo Carlini PR libstdc++/27878 * doc/install.texi (mips-sgi-irix6): Add note about IRIX 6.5.x, x < 19, vs wchar_t support. From-SVN: r115375 --- gcc/doc/install.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/doc') diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 4a55faf..f9ac1b0 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3463,6 +3463,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. -- cgit v1.1