diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index dc3904c9e..e0aefee3f 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -64,8 +64,8 @@ Ask your system administrator to create more.</computeroutput></screen> <screen><userinput remap="pre">rm -fv etc/standards.info sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> - <para>Add an upstream patch to use gcc's link time optimization (LTO) - the default:</para> + <para>Add an upstream patch to use GCC's link time optimization (LTO) + by default:</para> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> |