diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1f844f1a0..22684f04f 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -56,9 +56,11 @@ esac</userinput></screen> <screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen> - <para>Also fix an error in one of the check Makefiles:</para> + <para>Also fix an error in one of the check Makefiles and disable one test in + the g++ libmudflap test suite:</para> -<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in</userinput></screen> +<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in +mv -v libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx{,.disable}</userinput></screen> <para>The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory:</para> |