diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 06:56:37 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2004-01-20 06:56:37 +0000 |
commit | e5888f5860d4a5864f0c934e7c86d1070053b17f (patch) | |
tree | dffb155cbdcb32cafe1ad8bf0336c477d06be463 | |
parent | d0a6c4c212b7204aef7ee577cf897d6c0c792520 (diff) |
Update URL for GCC test results to account for new Glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/gcc-pass2.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 4fe46290b..8cd11d026 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -133,20 +133,20 @@ a summary of the test suite results, run this:</para> <para>You can compare your results to those posted to the gcc-testresults mailing list for similar configurations to your own. For an example of how current GCC-&gcc-version; should look on i686-pc-linux-gnu, see -<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2003-10/msg00803.html"/>.</para> +<ulink url="http://gcc.gnu.org/ml/gcc-testresults/2004-01/msg00826.html"/>.</para> <para>Note that the results contain:</para> <screen>* 1 XPASS (unexpected pass) for g++ * 1 FAIL (unexpected failure) for gcc -* 26 XPASS's for libstdc++</screen> +* 24 XPASS's for libstdc++</screen> <para>The unexpected pass for g++ is due to the use of <userinput>--enable-__cxa_atexit</userinput>. Apparently not all platforms supported by GCC have support for "__cxa_atexit" in their C libraries, so this test is not always expected to pass.</para> -<para>The 26 unexpected passes for libstdc++ are due to the use of +<para>The 24 unexpected passes for libstdc++ are due to the use of <userinput>--enable-clocale=gnu</userinput>, which is the correct choice on Glibc-based systems of versions 2.2.5 and above. The underlying locale support in the GNU C library is superior to that of the otherwise selected "generic" |