aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2006-07-12 16:10:12 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2006-07-12 16:10:12 +0000
commit5f94bd42cbe6bb66257e6d582844f4981bbd9faf (patch)
treef55f7a3eaf7d121659a5658018ef290331fc24bc /gcc/doc
parente9bcdf325790dffcc11af264ffcb741069f3cb7e (diff)
downloadgcc-5f94bd42cbe6bb66257e6d582844f4981bbd9faf.zip
gcc-5f94bd42cbe6bb66257e6d582844f4981bbd9faf.tar.gz
gcc-5f94bd42cbe6bb66257e6d582844f4981bbd9faf.tar.bz2
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 <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. From-SVN: r115375
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi5
1 files changed, 5 insertions, 0 deletions
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.