diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-16 14:32:24 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-16 14:32:24 +0800 |
commit | c5755859a85399fd32756a7ac8b616846909a0cf (patch) | |
tree | 73b72c18749d4228475bdd876dbafa08edf29728 /chapter08 | |
parent | 83e41daaa6ee8e34264851b41cebacf2322cfb30 (diff) |
binutils: reword the desc for LTO patch
Prevent from misleading people to think "I don't build binutils with LTO,
so I can skip the patch".
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 907a1e7c6..88e8ab312 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -57,8 +57,9 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> - <para>Upstream has made a patch to fix a problem when building with - Link Time Optimization (LTO). Apply that now:</para> + <para>Upstream has made a patch to fix a problem when using binutils + for building some BLFS packages with Link Time Optimization (LTO) + enabled. Apply that now:</para> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> |