From a26f29f64581c97250a9ceefb4d433610e833295 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 7 Sep 2021 22:43:31 +0200 Subject: Remove spaces at end o lines - chapter05 --- chapter05/gcc-pass1.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05/gcc-pass1.xml') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 0cd852ee6..1ff7d50fe 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -72,7 +72,7 @@ mv -v mpc-&mpc-version; mpc ;; esac - The GCC documentation recommends building GCC + The GCC documentation recommends building GCC in a dedicated build directory: mkdir -v build @@ -107,7 +107,7 @@ cd build --with-glibc-version=2.11 This option ensures the package will be compatible with the host's - version of glibc. It is set to the minimum glibc requirement + version of glibc. It is set to the minimum glibc requirement specified in the . @@ -159,7 +159,7 @@ cd build --disable-decimal-float, --disable-threads, - --disable-libatomic, --disable-libgomp, + --disable-libatomic, --disable-libgomp, --disable-libquadmath, --disable-libssp, --disable-libvtv, --disable-libstdcxx -- cgit v1.2.3-54-g00ecf