diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-11-30 17:44:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-11-30 17:44:34 +0000 |
commit | 16a59d0daf67b80acf2ff720f8c4bfd867bf3876 (patch) | |
tree | 947a365275202282755b607890d20a4671f54a3d /chapter06/gcc.xml | |
parent | f531d9ddaeb8d60267ff242a9f2474252a1a0c4a (diff) |
Grammar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b2b0cd6b2..bcdf73571 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -127,7 +127,7 @@ cd ../gcc-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, the <filename class="libraryfile">libmudflap</filename> tests - are known be particularly problematic as a result of a bug in GCC + are known to be particularly problematic as a result of a bug in GCC (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>). Unless the test results are vastly different from those at the above URL, it is safe to continue.</para> |