diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 83cd09b8e..896515328 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -40,11 +40,7 @@ <sect2 role="installation"> <title>Installation of GCC</title> -<!-- - <para>First fix a problem identified upstream:</para> -<screen><userinput remap="pre">patch -Np1 -i ../gcc-6.1.0-asan-1.patch</userinput></screen> ---> <para>If building on x86_64, change the default directory name for 64-bit libraries to <quote>lib</quote>:</para> @@ -125,7 +121,7 @@ cd build</userinput></screen> <para>A few unexpected failures cannot always be avoided. The GCC developers are usually aware of these issues, but have not resolved them yet. - In particular, two tests in the libstdc++ test suite are known to fail + In particular, five tests in the libstdc++ test suite are known to fail when running as the root user as we do here. Unless the test results are vastly different from those at the above URL, it is safe to continue.</para> |