Commit 26979a17 by Phil Edwards

install.texi (mips-*-*): Add note about libstdc++.

2003-05-06  Phil Edwards  <pme@gcc.gnu.org>

	* doc/install.texi (mips-*-*):  Add note about libstdc++.

From-SVN: r66541
parent 14b56832
2003-05-06 Phil Edwards <pme@gcc.gnu.org>
* doc/install.texi (mips-*-*): Add note about libstdc++.
2003-05-06 DJ Delorie <dj@redhat.com> 2003-05-06 DJ Delorie <dj@redhat.com>
* config/stormy16/stormy16.c (xstormy16_function_profiler): New. * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
......
...@@ -2800,6 +2800,13 @@ stop such warnings by installing the GNU linker. ...@@ -2800,6 +2800,13 @@ stop such warnings by installing the GNU linker.
It would be nice to extend GAS to produce the gp tables, but they are It would be nice to extend GAS to produce the gp tables, but they are
optional, and there should not be a warning about their absence. optional, and there should not be a warning about their absence.
The libstdc++ atomic locking routines for MIPS targets requires MIPS II
and later. A patch went in just after the GCC 3.3 release to
make @samp{mips*-*-*} use the generic implementation instead. You can also
configure for @samp{mipsel-elf} as a workaround. The
@samp{mips*-*-linux*} target continues to use the MIPS II routines. More
work on this is expected in future releases.
@heading @anchor{mips-sgi-irix5}mips-sgi-irix5 @heading @anchor{mips-sgi-irix5}mips-sgi-irix5
This configuration has considerable problems, which will be fixed in a This configuration has considerable problems, which will be fixed in a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment