diff options
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 28144969d..b3f5d7675 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -78,6 +78,13 @@ cd ../binutils-build</userinput></screen> <screen><userinput remap="configure">../binutils-&binutils-version;/configure --prefix=/usr --enable-shared</userinput></screen> + <note><para>There is an optional argument to <command>configure</command>, + <option>--enable-lto</option>, that can be used to allow the + <command>ar</command>, <command>nm</command>, and <command>ranlib</command> + commands to accept a <option>--plugin</option> parameter. This is used to + allow <command>gcc</command> to do "link time optimization" if specified. + No packages in LFS or BLFS currently use this capability.</para></note> + <para>Compile the package:</para> <screen><userinput remap="make">make tooldir=/usr</userinput></screen> |