diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-06-28 09:14:27 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-06-28 09:14:27 +0000 |
commit | fba870f2a5817a9fdf09ea65677d6ea789880dd6 (patch) | |
tree | 83f1f36629158b393ed985af0ff59d04f440507a /chapter06/binutils.xml | |
parent | c2873126826e2ceaa728582f77c763b2fd75d856 (diff) |
Text updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10587 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |