aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-09-01 19:36:17 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-09-01 19:36:17 +0000
commite3e989ad37ac7a2da9265648f68c7f8b0c9bd64d (patch)
tree46abdfe273aa7668f26286772c23cdcf3750557a
parent121cdc9a9a13b9ef32cff85eefa3290dc110805f (diff)
Update comments about gcc and bison tests
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11293 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/bison.xml3
-rw-r--r--chapter06/gcc.xml8
2 files changed, 10 insertions, 1 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 79f556d66..31e9570fb 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -60,7 +60,8 @@
<para>There is a circular dependency between bison and flex with regard to
the checks. If desired, after installing flex in the next section, the
- bison checks can be run with <command>make check</command>.</para>
+ bison checks can be run with <command>make check</command>. Three
+ tests related to lalr1.cc fail for unknown reasons.</para>
<para>Install the package:</para>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index b8fa2a327..289885a72 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -131,6 +131,14 @@ cd build</userinput></screen>
Unless the test results are vastly different from those at the above URL,
it is safe to continue.</para>
+ <note><para>
+ On some combinations of kernel configuration and AMD processors
+ there may be more than 1100 failures in the gcc.target/i386/mpx
+ tests (which are designed to test the MPX option on recent
+ Intel processors). These can safely be ignored on AMD
+ processors.
+ </para></note>
+
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>