diff options
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 4e9727fc7..bad013455 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -19,7 +19,7 @@ to be renamed so that it can be properly found and used. First, backup the original linker, then replace it with the adjusted linker. We'll also create a link to its counterpart in <filename class="directory"> - /tools/$(gcc -dumpmachine)/bin</filename></para> + /tools/$(gcc -dumpmachine)/bin</filename>:</para> <screen><userinput>mv -v /tools/bin/{ld,ld-old} mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old} @@ -37,7 +37,7 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen> <para>For the sake of accuracy, it is recommended to use a copy-and-paste method when issuing the following command. Be sure to visually inspect the specs file and verify that all occurrences of <quote>/lib/ld-linux.so.2</quote> - have been replaced with <quote>/tools/lib/ld-linux.so.2</quote>.</para> + have been replaced with <quote>/tools/lib/ld-linux.so.2</quote>:</para> <important> <para>If working on a platform where the name of the dynamic linker is |