diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 00:41:12 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-07 00:41:12 +0000 |
commit | f57e3d1ad9e6bfe96ebf823be19da0e07d81d52b (patch) | |
tree | a5712a4b851f5cbdfaa4774de45e908006dcd896 /chapter05/toolchaintechnotes.xml | |
parent | 04a335156f4e0a83bf7d1bf3173cff3bd55f9695 (diff) |
Rearrange "How things are going to be done" section. Simplify seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections. Miscellaneous other fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |