diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dd2959e86..fa33d571c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2013-03-29 + + [matthew] - Remove notes about enabling LTO support; both GCC + and Binutils enable it by default now. + [matthew] - Add texinfo related seds to Binutils pass1 and pass2 as hosts may have a new enough version of Texinfo to cause diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index e7194d81c..65f72a8f3 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -80,13 +80,6 @@ cd ../binutils-build ../binutils-&binutils-version;/configure --prefix=/usr --enable-shared - There is an optional argument to configure, - , that can be used to allow the - ar, nm, and ranlib - commands to accept a parameter. This is used to - allow gcc to do "link time optimization" if specified. - No packages in LFS or BLFS currently use this capability. - Compile the package: make tooldir=/usr diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 011692cc0..1f844f1a0 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -104,16 +104,6 @@ cd ../gcc-build - - There is an optional argument to configure, - , that can be used to allow - gcc to do do "link time optimization" if specified. No - packages in LFS or BLFS currently use this capability. - - To use this feature, it must also be enabled in - binutils. - - Compile the package: make