gcc/libstdc++-v3/docs/status.html
Benjamin Kosnik 74d2f859d2 Update for 2.91 release.
2000-11-28  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

	Update for 2.91 release.
	* include/bits/c++config (__GLIBCPP__): Update.
	* docs/17_intro/RELEASE-NOTES: Update.
	* docs/status.html: Update, remove bogus autotools disinformation.

From-SVN: r37825
2000-11-28 20:33:39 +00:00

121 lines
2.9 KiB
HTML

<!--#include virtual="/libstdc++/header.html"-->
<H3>Status</H3>
<P>Compiling this library requires a recent version of gcc. We suggest
using CVS gcc.
</P>
<P>New things that work are in the latest
<A HREF="17_intro/RELEASE-NOTES">release notes</A>.
</P>
<P>Known problems and bugs, which will force us to actually keep this
file up-to-date, can be found in <A HREF="17_intro/BUGS">bugs</A>.
</P>
<P>Things that need to be done and are looking for volunteers can be found
in: <A HREF="17_intro/TODO">pick me</A>.
</P>
<P>This release has been tested with CVS gcc on the following
platforms. The configuration of --enable-debug (using -O0) was tested.
Here are the results for snapshots 2.N:
</P>
<TABLE CELLSPACING=4 CELLPADDING=1>
<!-- Column titles -->
<TR>
<TH ALIGN=LEFT>N</TH>
<TH ALIGN=LEFT>host</TH>
<TH ALIGN=CENTER>build</TH>
<TH ALIGN=CENTER>static pass/fail</TH>
<TH ALIGN=CENTER>shared pass/fail</TH>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>alpha-unknown-linux-gnu</TD>
<TD ALIGN=CENTER>+ (see Note 1)</TD>
<TD ALIGN=CENTER>176/8</TD>
<TD ALIGN=CENTER>176/8</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>i686-unknown-linux-gnu</TD>
<TD ALIGN=CENTER>+</TD>
<TD ALIGN=CENTER>176/8</TD>
<TD ALIGN=CENTER>176/8</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>powerpc-unknown-linux-gnu</TD>
<TD ALIGN=CENTER>+</TD>
<TD ALIGN=CENTER>176/8</TD>
<TD ALIGN=CENTER>176/8</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>sparc-sun-solaris2.5.1</TD>
<TD ALIGN=CENTER>+ (see Note 2)</TD>
<TD ALIGN=CENTER>results_not_in</TD>
<TD ALIGN=CENTER>results_not_in</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>sparc-sun-solaris2.6</TD>
<TD ALIGN=CENTER>+ (see Note 2)</TD>
<TD ALIGN=CENTER>results_not_in</TD>
<TD ALIGN=CENTER>results_not_in</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>sparc-sun-solaris2.7</TD>
<TD ALIGN=CENTER>+ (see Note 2)</TD>
<TD ALIGN=CENTER>results_not_in</TD>
<TD ALIGN=CENTER>results_not_in</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>powerpc-ibm-aix4.3</TD>
<TD ALIGN=CENTER>-</TD>
<TD ALIGN=CENTER>results_not_in</TD>
<TD ALIGN=CENTER>results_not_in</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>i686-cygwin</TD>
<TD ALIGN=CENTER>+</TD>
<TD ALIGN=CENTER>results_not_in</TD>
<TD ALIGN=CENTER>results_not_in</TD>
</TR>
<TR>
<TD ALIGN=LEFT>91</TD>
<TD ALIGN=LEFT>i686-linux-x-arm-elf</TD>
<TD ALIGN=CENTER>+</TD>
<TD ALIGN=CENTER>176/8</TD>
<TD ALIGN=CENTER>176/8</TD>
</TR>
</TABLE>
<P>Note 2: All solaris toolchains were configured with --with-gnu-ld
--with-gnu-as --with-gnu-binutils --with-gcc. (That's a lot of --with's...)
</P>
<!--#include virtual="/libstdc++/footer.html"-->