From e5888f5860d4a5864f0c934e7c86d1070053b17f Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Tue, 20 Jan 2004 06:56:37 +0000 Subject: 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 --- chapter05/gcc-pass2.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05/gcc-pass2.xml') 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: 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 -. +. Note that the results contain: * 1 XPASS (unexpected pass) for g++ * 1 FAIL (unexpected failure) for gcc -* 26 XPASS's for libstdc++ +* 24 XPASS's for libstdc++ The unexpected pass for g++ is due to the use of --enable-__cxa_atexit. 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. -The 26 unexpected passes for libstdc++ are due to the use of +The 24 unexpected passes for libstdc++ are due to the use of --enable-clocale=gnu, 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" -- cgit v1.2.3-54-g00ecf