diff options
Diffstat (limited to 'chapter05/gcc-pass1-inst.xml')
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index 737cfba96..37cf4836e 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -25,7 +25,7 @@ cd ../gcc-build</userinput></screen></para> --disable-nls --enable-shared \ --enable-languages=c</userinput></screen></para> -<para>The meaning of the new configure options is:</para> +<para>The meaning of the new configure options:</para> <itemizedlist> <listitem><para><userinput>--with-local-prefix=/stage1</userinput>: The @@ -52,7 +52,7 @@ have downloaded and unpacked the full GCC tarball.</para></listitem> <para><screen><userinput>make BOOT_LDFLAGS="-static" bootstrap</userinput></screen></para> -<para>The meaning of the make parameters is:</para> +<para>The meaning of the make parameters:</para> <itemizedlist> <listitem><para><userinput>BOOT_LDFLAGS="-static"</userinput>: This tells |