aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-pass1-inst.xml
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/binutils-pass1-inst.xml
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/binutils-pass1-inst.xml')
-rw-r--r--chapter05/binutils-pass1-inst.xml3
1 files changed, 2 insertions, 1 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>