diff options
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> |