diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-24 04:52:43 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-24 04:52:43 +0000 |
commit | 695ae0bc31b390e1a544b0bd2f613ed514731168 (patch) | |
tree | 325d247284a14ec2f45f24150665fdb9db4271ed /chapter05/gcc-exp.xml | |
parent | 4a7171007fe7374ca39694ade3b062d18a496caa (diff) |
Applied Bill's chapter 5 fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index dc2e67bf2..b1fd52b43 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -25,7 +25,7 @@ This is the equivalent to make LDFLAGS=-static as we use with other packages to compile them statically.</para> <para><userinput>ln -s gcc $LFS/static/bin/cc:</userinput> This -creates the $LFS/static/bin/gcc symlink which some packages need.</para> +creates the $LFS/static/bin/gcc symlink, which some packages need.</para> </sect2> |