From a55875eeb92e85303f2aff023928aab700f521d3 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 29 Mar 2013 19:38:47 +0000 Subject: Remove notes about enabling LTO support; it's enabled by default by both GCC and Binutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils.xml | 7 ------- chapter06/gcc.xml | 10 ---------- 2 files changed, 17 deletions(-) (limited to 'chapter06') 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 -- cgit v1.2.3-54-g00ecf