From a727e738a34e1de40f2e6f7ee93a66e77ba11ecb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 12 Nov 2014 06:17:15 +0000 Subject: Update to bash-4.3.30. Update to man-db-2.7.1. Add binutils-2.24-multiple_plugins-1.patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bash.xml | 4 ++-- chapter06/binutils.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 72e36e32a..2756e35e9 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -39,12 +39,12 @@ Installation of Bash - + Prepare Bash for compilation: ./configure --prefix=/usr \ diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 4d99cefcb..c98d56c1e 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -73,6 +73,10 @@ sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in patch -Np1 -i ../&binutils-lto-testsuite-patch; + Enable binutils to recognize multiple plugins: + +patch -Np1 -i ../&binutils-multiple-plugins-patch; + The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf