diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-12 06:17:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-12 06:17:15 +0000 |
commit | a727e738a34e1de40f2e6f7ee93a66e77ba11ecb (patch) | |
tree | d1931811f965c840009c22c77be3c40bf094c5bc /chapter06 | |
parent | d9ddcb3bc4443b07487318c991cca962342cdc9e (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 4 | ||||
-rw-r--r-- | chapter06/binutils.xml | 4 |
2 files changed, 6 insertions, 2 deletions
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 @@ <sect2 role="installation"> <title>Installation of Bash</title> - +<!-- <para>First, apply the following patch to fix various bugs that have been addressed upstream:</para> <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> - +--> <para>Prepare Bash for compilation:</para> <screen><userinput remap="configure">./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</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-testsuite-patch;</userinput></screen> + <para>Enable binutils to recognize multiple plugins:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen> + <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |