From f57e3d1ad9e6bfe96ebf823be19da0e07d81d52b Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Tue, 7 Oct 2003 00:41:12 +0000 Subject: 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 --- chapter05/toolchaintechnotes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/toolchaintechnotes.xml') 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 /tools/lib. This last step is vital 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: `readelf -l <name of binary> | grep interpreter`. 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 -- cgit v1.2.3-54-g00ecf