diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-18 21:13:56 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-18 21:13:56 +0000 |
commit | b95966257e922aca3b5c93e4bb2d32a0cd774aac (patch) | |
tree | ba5dadd951f60646307744d015ca50e06bb55685 | |
parent | 4356d954cf7c4511ed57baa85c7c21381080bc34 (diff) |
Typo fix (Chris Staub)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/readjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 6ea9c765e..73b07376b 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -51,7 +51,7 @@ problem. The above command takes care of this issue.</para> <para>Remove the Binutils source and build directories now.</para> <para>Next, amend the GCC specs file so that it points to the new -dynamic linker. A <command>perl</command> command accomplishes this:</para> +dynamic linker. A <command>sed</command> command accomplishes this:</para> <screen><userinput>SPECFILE=`gcc -print-search-dirs | head -n 1 | awk '{ print $2 "specs" }'` && gcc -dumpspecs > $SPECFILE && |