aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-07 18:10:18 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-06-07 18:10:18 +0000
commitda20dc6a7a993e8b1e92ed1f8fffdab5aea10944 (patch)
tree933d4a2beaf7a65a47b269ef950cde022d70a9c9 /chapter05
parente820e055b5c7f0a8f7d33d398b8ebf65e8fecd06 (diff)
Typo fix for command explanations.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1977 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml
index b0aabec83..d6c50e954 100644
--- a/chapter05/gcc-exp.xml
+++ b/chapter05/gcc-exp.xml
@@ -6,7 +6,7 @@ This is the equivalent to make LDFLAGS=-static as we use with other
packages to compile them statically.</para>
<para><userinput>--prefix=/static:</userinput> This is NOT a typo. GCC hard
-codes some paths while compiling and so we need to pass /usr as the
+codes some paths while compiling and so we need to pass /static as the
prefix during ./configure. We pass the real install prefix during the
make install command later.</para>