From ee714d385e3f3b943e3fa4407847cfdeb8a435f7 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 9 Jun 2020 21:26:11 +0000 Subject: Text update to cross2 Chapter 4. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter04/abouttestsuites.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'chapter04/abouttestsuites.xml') diff --git a/chapter04/abouttestsuites.xml b/chapter04/abouttestsuites.xml index 780216181..9206f33be 100644 --- a/chapter04/abouttestsuites.xml +++ b/chapter04/abouttestsuites.xml @@ -18,19 +18,20 @@ that the package is totally bug free. Some test suites are more important than others. For example, - the test suites for the core toolchain packages—GCC, Binutils, and - Glibc—are of the utmost importance due to their central role in a - properly functioning system. The test suites for GCC and Glibc can + the test suites for the core toolchain packages—GCC, binutils, and + glibc—are of the utmost importance due to their central role in a + properly functioning system. The test suites for GCC and glibc can take a very long time to complete, especially on slower hardware, but are strongly recommended. - Running the test suites in + Running the test suites in + and is impossible, since the programs are compiled with a cross-compiler, so are not supposed to be able to run on the build host. - A common issue with running the test suites for Binutils and GCC + A common issue with running the test suites for binutils and GCC is running out of pseudo terminals (PTYs). This can result in a high number of failing tests. This may happen for several reasons, but the most likely cause is that the host system does not have the -- cgit v1.2.3-54-g00ecf