diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 17:21:10 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-16 17:21:10 +0000 |
commit | 2f1d7291c754dfc96bd49b23c2914ad113970750 (patch) | |
tree | 0423658b77ecfce007ffaf411bad5866573531f9 /gcc/doc | |
parent | 46c395705590ed6d30d90f0a6c337485083a9bb0 (diff) | |
download | gcc-2f1d7291c754dfc96bd49b23c2914ad113970750.tar.gz |
gcc:
PR bootstrap/3456
* config.gcc (mips-sgi-irix[56]*): Enable pthread support.
* doc/install.texi (mips-sgi-irix6): pthread support works now.
libstdc++-v3:
PR bootstrap/3456
* testsuite/22_locale/locale/cons/12658_thread-1.cc: Enable on
mips-sgi-irix6*.
* testsuite/22_locale/locale/cons/12658_thread-2.cc: Likewise.
* testsuite/thread/18185.cc: Likewise.
* testsuite/thread/pthread1.cc: Likewise.
* testsuite/thread/pthread2.cc: Likewise.
* testsuite/thread/pthread3.cc: Likewise.
* testsuite/thread/pthread4.cc: Likewise.
* testsuite/thread/pthread5.cc: Likewise.
* testsuite/thread/pthread6.cc: Likewise.
* testsuite/thread/pthread7-rope.cc: Likewise.
* testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc: Likewise.
* testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126685 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c39f3709eac..ec2826e8eda 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3693,8 +3693,7 @@ To enable debugging for the O32 ABI, you must use GNU @command{as} from GNU binutils 2.15 or later. You may also use GNU @command{ld}, but this is not required and currently causes some problems with Ada. -The @option{--enable-threads} option doesn't currently work, a patch is -in preparation for a future release. The @option{--enable-libgcj} +The @option{--enable-libgcj} option is disabled by default: IRIX 6 uses a very low default limit (20480) for the command line length. Although @command{libtool} contains a workaround for this problem, at least the N64 @samp{libgcj} is known not |