diff options
Diffstat (limited to 'chapter05/toolchaintechnotes.xml')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 4535919e3..8d6df6efc 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -122,8 +122,8 @@ adjusted ld, which has a hard-wired search path limited to file to point to our new dynamic linker in <filename class="directory">/tools/lib</filename>. This last step is <emphasis>vital</emphasis> to the whole process. As mentioned above, a -hard-wired path to a dynamic linker is embedded into every executable binary. -You can inspect this by running: +hard-wired path to a dynamic linker is embedded into every ELF shared +executable. You can inspect this by running: <userinput>`readelf -l <name of binary> | grep interpreter`</userinput>. By amending the GCC specs file, we are ensuring that every program compiled from here through the end of Chapter 5 will use our new dynamic linker in |