diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:43:31 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:43:31 +0200 |
commit | a26f29f64581c97250a9ceefb4d433610e833295 (patch) | |
tree | 39d25bb40ea6c03660d59ac4e2e94f913075be4e /chapter05/gcc-pass1.xml | |
parent | 2967da3223a1a8b4ff2d4c67bdd344661a4f2914 (diff) |
Remove spaces at end o lines - chapter05
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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</userinput></screen> ;; esac</userinput></screen> - <para>The GCC documentation recommends building GCC + <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> <screen><userinput remap="pre">mkdir -v build @@ -107,7 +107,7 @@ cd build</userinput></screen> <term><parameter>--with-glibc-version=2.11</parameter></term> <listitem> <para>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 <xref linkend="ch-partitioning-hostreqs"/>.</para> </listitem> </varlistentry> @@ -159,7 +159,7 @@ cd build</userinput></screen> <varlistentry> <term><parameter>--disable-decimal-float, --disable-threads, - --disable-libatomic, --disable-libgomp, + --disable-libatomic, --disable-libgomp, --disable-libquadmath, --disable-libssp, --disable-libvtv, --disable-libstdcxx</parameter></term> <listitem> |