diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-14 10:25:14 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-14 10:25:14 +0000 |
commit | a08cb59d989603e62794172a25dfc2c18bb7e16b (patch) | |
tree | d39e3050517dbf3fc6e7f8984f8c81f60671f831 | |
parent | 3301fb69f76f87ab314cae074266c66b5609a9eb (diff) |
Grammar fix in last commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2979 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 23d2375b0..9215451f6 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -52,7 +52,7 @@ make LDFLAGS="-all-static"</userinput></screen> <itemizedlist> <listitem><para><userinput>configure-host</userinput>: This forces all the subdirectories to be configured immediately. A statically linked build will -fail without this. We therefore use this option to work around the +fail without it. We therefore use this option to work around the problem.</para></listitem> <listitem><para><userinput>LDFLAGS="-all-static"</userinput>: This tells the |