aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-07-30 19:22:54 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-07-30 19:22:54 +0000
commit615efc850a3c0a01e1f131a3cdbc1f67e834e4a9 (patch)
treea4a4dd2ba5a89efa165b66c13ab75fcd89c4b4c4 /chapter05
parent153db8fe247fc2a59df12270c80e28b96239e5f5 (diff)
Upgraded to binutils-2.14,
linux-2.4.21, expect-5.38.4, gawk-3.1.3, texinfo-4.6, util-linux-2.12, man-pages-1.58, lfs-utils-0.3, vim-6.2, gettext-0.12.1, automake-1.7.6, file-4.03, e2fsprogs-1.34, procps-3.1.11, psmisc-21.3 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass1-inst.xml3
-rw-r--r--chapter05/binutils-pass2-inst.xml3
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml
index 2adbdf700..cbf393942 100644
--- a/chapter05/binutils-pass1-inst.xml
+++ b/chapter05/binutils-pass1-inst.xml
@@ -38,7 +38,8 @@ when linking statically.</para></listitem>
<para>Continue with compiling the package:</para>
-<para><screen><userinput>make LDFLAGS="-all-static"</userinput></screen></para>
+<para><screen><userinput>make configure-host
+make LDFLAGS="-all-static"</userinput></screen></para>
<para>The meaning of the make option is:</para>
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml
index 87ca80ec6..62529a13d 100644
--- a/chapter05/binutils-pass2-inst.xml
+++ b/chapter05/binutils-pass2-inst.xml
@@ -3,8 +3,7 @@
<sect2>
<title>Installation of Binutils</title>
-<para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-lib-path.patch
-mkdir ../binutils-build
+<para><screen><userinput>mkdir ../binutils-build
cd ../binutils-build
../binutils-&binutils-version;/configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/stage1/lib